Skip to content

Nice to have: an array of possible delimiters for csv not just one #80

@lispercat

Description

@lispercat

Currently it only allows one delimiter like:

          ft = {
            csv = "|", -- Always use | for .csv files
          },

What if I want to make it an array?
I tried to enable just fallbacks where an array is allows but when I enable the plugin on my csv file, it doesn't detect a "|" delimiter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions