A CSV (Comma Seperated Value) file is one in which each field or cell is seperated by a comma (or another character) and each record or line is seperated by a newline.
When using CSV files generated by po2csv you will find the data as follows:
| Column | Description |
|---|---|
| A | contains the location information from the PO file. This is sometimes usefull for working out what the message is used for as its location and the name of the message can provide clues. |
| B | contains the original or English text |
| C | you add your translations to this column |
Preserve filenames, do not change the case of the filename. Return files in a ZIP archive in the same order and directory structure. This is important because the reverse process, coverting CSV to PO is made easier if you do not change these.
When opening a CSV file you will be presented with a number of questions. Here are the answers you should provide:
There is a problem with OpenOffice.org 1.1.x in that it does not read CSV file correctly. Use OpenOffice.org 2.0 instead.
There is a problem with Microsoft Excel 97 and 2000 in that it opens a UTF-8 file as if it is ASCII. Excel does save CSV files correctly, if the encoding of the opened file is retained, but Excel by default does not retain the encoding. Some success has been had using XSLGEN (edit the xslgen.bat file to reflect the location of your installation of Excel) to open UTF-8 CSV files correctly in Excel.
Initialy the first column will stretch across the page as it contains a large amount of data, but you cannot see or work with this data. Therefore do the following:
Each Spreadsheet application will achive the above in a slightly different way. Here are specific instructions.
There is a problem with OpenOffice.org 1.1.x in that it does not read CSV file correctly. Use OpenOffice.org 2.0 instead.