09-29-2020 03:07 PM
Hi,
I am reading some table data from a SQL Server (‘SQL Server - Execute’ snap) and writing the output to a text file (‘File Writer’ snap) (using a ‘CSV formatter’ between he above snaps)
‘SQL Server - Execute’ → ‘CSV formatter’ → ‘File Writer’
Requirement
i.e. If the SQL query returns 99 records, the file should look like
99
Row 1
Row 2
Row 3
…
…
Row 99
Any help on how can I achieve this is appreciated.
Thanks!
Solved! Go to Solution.
09-29-2020 11:35 PM
try attached pipeline. rowCountWriteToFile_2020_09_30.slp (13.1 KB)
09-29-2020 11:35 PM
try attached pipeline. rowCountWriteToFile_2020_09_30.slp (13.1 KB)
09-30-2020 06:28 AM
This is great, met my requirements, thanks for your quick response!