csvConverter
simple csv converter to any format defined by template, (*1)
- converter read cvs header (firs line) for colons names and use them for template
in format:
[
"name" => 'colon_name',
"value" => 'colon_value'
]
Getting Started
just run a command, look down at usage example, (*2)
Usage
here is one example to run on console:, (*3)
> ./composer.phar csvConvert -- path/to/passwords.csv path/to/exported.xml template.html
package coming with MacPass xml template, and example passwords.csv with proper header
(just export csv from google passwords and adjust header like in example), (*4)
Running the tests
nope, (*5)
Break down into end to end tests
nope, (*6)
nope
And coding style tests
nope, (*7)
nope
Deployment
nope, (*8)
Built With
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us., (*9)
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository., (*10)
Authors
-
Milan Urukalo - Initial work - urukalo
See also the list of contributors who participated in this project., (*11)
License
This project is licensed under the MIT License - see the LICENSE.md file for details, (*12)
Acknowledgments