-
-
Notifications
You must be signed in to change notification settings - Fork 315
Add Kaleido-CSV-Importer feature #2090
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
Add Kaleido-CSV-Importer feature #2090
Conversation
|
❌ Build artisan 8774178 (1779) failed (commit 87741784eb by @lxk36) |
|
Thanks for this! Could you please rework this a little?
I will then take it from there |
|
It might also be a good idea to merge this code into src/artisanlib/kaleido.py instead of keeping this in a separate file not to have too many machine specific parts |
|
I’ve already made the requested changes: Removed the test change from README.md |
|
❌ Build artisan 702753a (1781) failed (commit 702753a1cb by @Terracotta-6) |
|
Thanks! The test files are still missing. Please add them. |
|
❌ Build artisan 711cea4 (1783) failed (commit 711cea4ab9 by @Terracotta-6) |
|
Thanks, I take it from here! |
|
Grateful to the Artisan team for merging PR #2090 (Kaleido CSV Importer). Thanks for the great collaboration! |
Added an import tool for Kaleido format CSV files, file path: src/artisanlib/kaleido_csv_importer.py.