Skip to content

lpmourato/csv_to_xml_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv_to_xml_resources

Script to convert a csv file in a android string language resource.

How to use this script?

You need generate a file csv separating two fields by comma, like this example ahead:

string_value,string_value #header

app_name,CSV converter

app_settings,Settings

user_name,User Name

Change the script to an executable file:

\~lpm$ chmod +x csv_xml_language

Executing the script:

\~lpm$ ./csv_xml_language example_csv_file.csv

If you have an xls or xlsx file, you need to 'save as' that file using csv format and comma separator.

About

Script to convert a csv file in a android string language resource.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages