Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am facing an issue. I want to save file .csv extension but not the columns separated with delimiter. I want every column to be in different cell.
For example,
I want
Name | Age |
ABC | 12 |
But, using tFileDelimited component, I am getting as
NameAge |
ABC12 |
I know, this is possible by creating excel file, but I want csv file.
Is there any solution?
Thanks,
Suneel.
Hi,
A cell is not plain text csv. Do you mean to output to Excel (tFileOutputExcel) or do you mean outputting a readable format like with tFileOutputPositional?
I meant for csv file to look like the example I have mentioned. I think tFileOutputPositional will not fulfill my requirement.
Thanks..!!!
This solved my problem.
Hi,
Choosing comma as delimeter solved my problem. But, if the input data column has comma in it, it is treating as seperate data. I mean if the data is like ABC, DEF which is a single string is treated as two different columns.
Can I get solution to this?
Thanks,
Suneel.
8904ghxhteyrteyt4r2q83w-
hello