Skip to content

maxrampulla/csv_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-hierarchy

Python: 3.8 license: MIT

The csv converter tool is meant to take in a traditional csv of hotels (as defined by Noken), and spit out a json that can be used for upload into the automation tool. This tool is menat to prevent coding and json creation on the content curation side of the busienss.

Arguments: -h: help file of usage of the script -f: input file name -c: two didgit country code

Default settings:
`output_path` is the current directory

Example:
```
# Takes in a france.csv and country code
>> python main.py -f /Users/Documents/CSVs/France.csv -c fr
```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages