This script is to export the strings in the Android project to CSV file
- clone this repo
- make sure you have the node JS installed on your system.
- go inside the cloned repo such as
cd xml_strings_to_csv
- run
npm install
by default there are some strings in the xml files under test folder.
config.xml
file has that path by default.
so run the command node script.js
and check if there are exported files in the results folder.
- update
config.js
file according to your requirements such as Android Project path mainly - run
node script.js
Any issues, let me know and I will be more than happy to help.