Suppose we have a simple table (pipes “|” are field delimitters):
1|aa|a a|aa|
2|bb|bb|b b|
We save it as “Text CSV” (“Save cell content as shown” is checked) and get this file:
1|aa| a a |aa
2|bb|bb| b b
For every cell with more than 1 space-delimitted word Calc inserts one extra white space between all words, field start.and end.
Is it possible to avoid these spaces?
Some time ago there were no additional spaces, I’ve got them in April 2021 (v. 6. …), but I don`t know which version I had previously.
“Save cell content as shown” should be checked to get numbers formatted (prices as 12.30
, not 12.3
).