Good Afternoon,
I have an output of a csv file. I need to add an EOL indicator string such as '<rowsep>' is there anyway I can do that....I managed to do custom column separators/delimiters. Is there a way to add that?
Hey @tmb088 - usually '\n' is used to denote a linebreak/end of row. Will that work for you?
in this case it needs to be <rowsep> as it will then be imported in other software which requires it. But im still interested to know how to add '/n' per row
thanks I will try that.
Currently the csv is output as:
Name<colsep>Surname<colsep>Mobile<colSep>
Name2<colsep>Surname2<colsep>Mobile2<colSep>
<colsep> is the delimiter of the csv output.
at the end of each line I need to have <rowsep>
Name<colsep>Surname<colsep>Mobile<colSep> <rowsep>
Name2<colsep>Surname2<colsep>Mobile2<colSep><rowsep>
User | Count |
---|---|
63 | |
28 | |
23 | |
23 | |
22 |