Replies: 1 comment
-
Just flagging that this should be easier, and AFAIK is not even possible yet using the mysql_data_import which is really superior in most ways to the default parser-based importer. The Frictionless Data project, which we're already leaning on as providing useful specs for describing data in other ways, has published a spec for CSV Dialects which I'd like to see us consider supporting natively in DKAN importers. I'll create an issue for exploring this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Julian Hoyos
First you will need to create a custom module that will contain a subscriber that will listen for this event: EVENT_CONFIGURE_PARSER.
/src/modules/custom_module/src/EventSubscriber/Subscriber.php
/src/modules/custom_module/custom_module.services.yml
See: https://github.com/GetDKAN/dkan/blob/2.x/modules/datastore/src/Service/Import.php#L179
Beta Was this translation helpful? Give feedback.
All reactions