New user to Forum. I have read through post but no one gives a good step by step example of how to successfully create a flat file when reading records from a database table.
Can someone please specify how to accomplish the following scenario?
- Flat File schema defined with recordsWithNoID and 10 fields defined
- Using JDBC Select adapter returning 5 rows with 10 columns in document list.
- pass document list, ffschema and output filename to pub.flatfile:convertToString but still I only get one record in file.
- if I need to use documentListToDocument then what do I put in ‘name’ and ‘value’ if i have 10 columns.
Any help would be greatly appreciated.
Thanks Arkad