S
Slobodan Naglic
My CSV file has data like:
"Text";"10711";"REZ";"11";"0";"46";"107466";"24,05";"4600";"1750"
"Text";"10711";"REZ";"11";"0";"46";"107466";"24.05";"4600";"1750"
When double clicked the file is opened with excel like (one column is
handled as if there is DATA value):
Text 10711 REZ 11 0 46 107466 24.MAY 4600 1750
Text 10711 REZ 11 0 46 107466 24.MAY 4600 1750
Id there a syntax to prevent this behavior?
TIA
"Text";"10711";"REZ";"11";"0";"46";"107466";"24,05";"4600";"1750"
"Text";"10711";"REZ";"11";"0";"46";"107466";"24.05";"4600";"1750"
When double clicked the file is opened with excel like (one column is
handled as if there is DATA value):
Text 10711 REZ 11 0 46 107466 24.MAY 4600 1750
Text 10711 REZ 11 0 46 107466 24.MAY 4600 1750
Id there a syntax to prevent this behavior?
TIA