-
Notifications
You must be signed in to change notification settings - Fork 68
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
did not generate excel file #21
Comments
I have the same issue. Setting both tap and target as explained in this repo's readme and running
Looking a the target-csv code, it seems the expected CSV file is created when a message of type "RECORD" is passed. But when running the tap only (without piping to the target-csv), there doesn't seem to be any "RECORD" message present. This is the output when running
So maybe this is an issue with the tap rather than the target. In any case, sharing here since the problem had been brought up already. Any thoughts on how to get this to work are appreciated :) |
So the problem here was that a configuration file is required for the tap. Doing
worked, where config.json is a copy of the sample in the tap-exchangeratesapi repo. |
after setting up all as per instructions, it seems ran well, but did not generate the excel. because it remain schema & state. I tried to change state to record by manually but then it gives error. below is the response when I ran the provided code, I just print additional logger.info(message_type)
INFO Replicating exchange rate data from exchangeratesapi.io starting from 2019-07-10
INFO SCHEMA
INFO {'start_date': '2019-07-10'}
INFO STATE
{"start_date": "2019-07-10"}
The text was updated successfully, but these errors were encountered: