Reputation: 15
I want to write some data on second sheet of a CSV file using FileConnector in IBM TDI/SDI. The first sheet of the same file has data which should not be over written. Is it possible to do so ?
Any lead will be appreciated! Thank you
Upvotes: 0
Views: 53
Reputation: 11406
Csv files do not have 'sheets'.
They are files with tabular data having only one structure for the whole file, resulting in a single table.
Upvotes: 1