CSV to Excel
Budget: $15 – $25 USD
The below example is the source
ItemNo,Language,Text,Linenumber
"ZYRI11/4X1/4_1,5",0,"Reducer til tryk-",2
"ZYRI11/4X1/4_1,5",0,"slange F45 - F70",4
"ZYRI11/4X1/4_1,5",1,"Auto grease system",2
"ZYRI11/4X1/4_1,5",1,"Reducer pressure hose.",4
The excel file should be like
Language
Itemno | language | Text (in one colum-each line seperated by a "alt+Enter")
So for all Itemnumbers with language 0 & 1 there should only be 1 row (one for language 0 and one for language 1)
In the file there are languages with 2 - these should be skipped - be aware that each row has a line number these should be followed so the lowest comes first
ItemNo,Language,Text,Linenumber
"ZYRI11/4X1/4_1,5",0,"Reducer til tryk-",2
"ZYRI11/4X1/4_1,5",0,"slange F45 - F70",4
"ZYRI11/4X1/4_1,5",1,"Auto grease system",2
"ZYRI11/4X1/4_1,5",1,"Reducer pressure hose.",4
The excel file should be like
Language
Itemno | language | Text (in one colum-each line seperated by a "alt+Enter")
So for all Itemnumbers with language 0 & 1 there should only be 1 row (one for language 0 and one for language 1)
In the file there are languages with 2 - these should be skipped - be aware that each row has a line number these should be followed so the lowest comes first