I have a csv file and the data do not appear correctly, my system separator is ( decimal " , " thousand " . " . If i change it to ( decimal " . " thousand " , " then data appear correctly.
I would like to avoid changing the system separator ( or from excel options) because it will probably affect other processes that run on that server.
Is it possible to do it without chaning system separators?
If i change the decimal and thousand separator ( manually from excel options ) then the data separated by column correctly( comma means that the data of the row is in the different column) :
After that i use ReadText File activity ( Endoding :“Windows-1253”)
Replace “+” with space and next step is to generate datatable from string ( format : csv ,Column separators : semicolon).
Last step is to write the datatable to the new excel file.