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.
Currently it only allows one delimiter like:
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.