Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to know how to launch csvlink.py #101

Open
j4cobl opened this issue Dec 10, 2020 · 0 comments
Open

I would like to know how to launch csvlink.py #101

j4cobl opened this issue Dec 10, 2020 · 0 comments

Comments

@j4cobl
Copy link

j4cobl commented Dec 10, 2020

Sorry for my newbee question;

I would like to understand how to launch the csvlink.py

When I launch it I got this error:

(threesixenv) C:\Users\Utilisateur\Documents_Inmedia_csvdedupe-master\csvdedupe-master\csvdedupe>python csvlink.py
usage: csvlink.py [-h] [--config_file CONFIG_FILE]
[--field_names FIELD_NAMES [FIELD_NAMES ...]]
[--output_file OUTPUT_FILE] [--skip_training]
[--training_file TRAINING_FILE]
[--settings_file SETTINGS_FILE] [--sample_size SAMPLE_SIZE]
[--recall_weight RECALL_WEIGHT] [-d DELIMITER] [-v]
[--field_names_1 FIELD_NAMES_1 [FIELD_NAMES_1 ...]]
[--field_names_2 FIELD_NAMES_2 [FIELD_NAMES_2 ...]]
[--inner_join]
input [input ...]
csvlink.py: error: the following arguments are required: input

I understand that I need inputs, but where am I supposed to write the path to the restaurant-1 and 2?

I was looking at this part of the github explanation:

csvlink takes two CSV files and finds matches between them.

Provide an input file, field names, and output file:

csvlink examples/restaurant-1.csv examples/restaurant-2.csv
--field_names name address city cuisine
--output_file output.csv

But I dont understand what type of file it is and how to launch it.

thank you for your time.
Jacob
(new into dev world)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant