Open josemssilva opened 7 years ago
Have you checked the plain CSV with a text editor? When importing into Google Docs use the built-in import feature for CSV.
Edit: Can somewhat confirm this.
When I run the standalone app and select the res and destination folder it will give me a single csv file (new.csv), but ONLY with the values from my strings.xml files.
When running the plugin from within Android Studio I get separate strings.csv, arrays.csv and plurals.csv, but the content is missing. They only contain a header:
name,values,values-de,values-es,values-w820dp
My res folder contains values
, values-de
, values-es
and values-w820dp
with strings.xml
and arrays.xml
files in each folder except for values-w820dp
.
Same issue. Does not work. Only generates the headers in every column when converting from XML to CSV in Android Studio.
Check out my answer at issue https://github.com/LiewJunTung/Android-strings-xml-csv-converter/issues/15?_pjax=%23js-repo-pjax-container
Only shows headers in every column. Neither plugin or the standalone app works.