Hello,
I am opening an excel file in Notepad++ editor. In this file I see there is an end of line character added called CRLF. Please see attached for reference.
Please try to open this file in Notepad++. You can see CRLF at the end of first line. I want to add the same in second line as well. Can anyone please suggest? Adding snapshot as well.
Thanks
"Name","Date","Address" "Abc","2/12/2024","xyz"
Discussion posts and replies are publicly visible
Mike Schmitt any suggestion on this?
Appian typically simplifies down to just CR (carriage return i.e. char(10)) and skips the redundant LF (line feed, i.e. char(13)).
But I'm unclear from your description what you're doing, what you're trying to accomplish, and how. Where is this text file coming from, what is it being used for, etc?
I am converting html to csv file using smart service which is working fine.
It's another requirement that customer wants to open the file in notepad ++. It should have CRLF at the end of each line.
manjit.1486 said:customer wants to open the file in notepad ++. It should have CRLF at the end of each line
Why is this a "requirement"?
after they get a csv file- they are uploading a text file somewhere.
I don't believe anything in the specification for a valid CSV file requires the line return configuraiton you're describing here. And there's really no way to affect the output of the Smart Service other than to get in touch with the authors of the Plug-in and ask for a potential enhancement.
Thanks for your time and concern. I will check it out.