Exporting CSV properly open Office (save numbers as TEXT) -


i using open-office work , save csv. using comma delimiter , ' " ' also. however, when saving csv, numbers not encapasulated. how can force open-office treat numbers text , have them encapsulated too. example:

"store","website","attribute_set","type","sku","name","price","categories","description","qty","sizet","is_in_stock","status","visibility","tax_class_id" "admin","base","test","simple","t010013-012","test12","12","test/test","desc12",12,"s","1","enabled","catalog, search","taxable goods" "admin","base","test","simple","t010013-013","test13","13","test/test","desc13",13,"m","1","enabled","catalog, search","taxable goods" "admin","base","test","simple","t010013-014","test14","14","test/test","desc14",14,"l","1","enabled","catalog, search","taxable goods" "admin","base","test","simple","t010013-015","test15","15","test/test","desc15",15,"xl","1","enabled","catalog, search","taxable goods" "admin","base","test","simple","t010013-016","test16","16","test/test","desc16",16,"xxl","1","enabled","catalog, search","taxable goods" "admin","base","test","configurable","t010013","testparent","5","test/test","descparent","30","","1","enabled","catalog, search","taxable goods" 

thank help. ps: using magmi script magento. uploading products

this requires 2 steps:

  1. format cells holding numerals text (since entire column need formatting, apply format complete column, don't need format every new cell if add rows);

  2. modify export filter settings quote text cells:

edit filter settings

quote text cells

with setting, calc should save sheet:

sheet

as follows:

"bar","42" "foo","57" 

btw, calc standards-compliant not quote every number default. @ least, rfc 4180 doesn't require quoting every field.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -