Skip to content

Setting csv arguments ',' in importer without 'source' #21

Description

@Notmarrco

Hi,

I have a csv with ',' separators instead of ';'.
In my importer I thought I could use :

preconditions:
    format: { type: csv, arguments: [','] }

but it's not possible.

I saw in the Configuration dependencyInjection that the arguments are available only in source or target options. Then when I try with source, the separator is well set, but the source: uri is mandatory.
So I'm left with :

  • either I can choose my file in command line, but I can't use ',' separator
  • or I have to always use the same name, defined in the source options

Am I missing something ?

Thx

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions