Making CSV file with CreateFile and Append actives

Hi,

I need to make CSV file to move data to accounting software. File has only three lines so i tried to make it with CreateFile and Append activities. But our accounting software doesn’t recognize data lines, only first line where are column headers.

Accounting softwares instructions for CSV file says (sorry bad english, i’am translating text from Finnish) ::

"File is ASCII file with unix(LF) or DOS(CR LF) style “line change” using ISO 8859-15 characters.

I think the problem is that accounting software doesn’t recognize when line changes.

Found solution my self. In Append activity Encoding property should write “iso-8859-15” so it uses it in line break.