I have a problem with the text import wizard while importing semicolon delimited files.
I get standardized files from my suppliers with product data and prices, in form of a semicolon separated text file. The problem is that sometimes excel doesn't recognize the semicolon as a delimiter, if it is preceded by other signs, e.g. diameter "ø" or even a comma ","
This would be a dataset that I can import without problems:
But sometimes the item description contains one of the problematic signs just before the semicolon:
In this case, the dataset is not imported correctly and the cells are shifted in relation to the other sets (they are one column shorter)
Is there any way to force excel to always recognize the semicolons as a delimiter, no matter what sign comes before it?
I get standardized files from my suppliers with product data and prices, in form of a semicolon separated text file. The problem is that sometimes excel doesn't recognize the semicolon as a delimiter, if it is preceded by other signs, e.g. diameter "ø" or even a comma ","
This would be a dataset that I can import without problems:
Code:
A;N;123456789;00;�example description;1;0;PCE;2345;6789;123; ;
But sometimes the item description contains one of the problematic signs just before the semicolon:
Code:
A;N;123456789;00;�example description ø;1;0;PCE;2345;6789;123; ;
In this case, the dataset is not imported correctly and the cells are shifted in relation to the other sets (they are one column shorter)
Is there any way to force excel to always recognize the semicolons as a delimiter, no matter what sign comes before it?