Hi i'm trying to pull a field from database and then format it to single line csv for each row.
the problem is I had "carriage return (enter)" on the field and that makes the csv looks weird...
it's suppose to be like this :
1,Hey this is test file,500
1,Hey this is test number two,500
instead of
1,Hey this is
test file, 500
2,Hey this is
test number two,500
ID TEXT VALUE
1 Hey this is 500
test file
2 Hey this is 500
test number two