I have this error but all is well configured.
Why?
Service: csv
Invalid format: Could not find any [key] keyword in the A column of the CSV file
platform :swift
formatting :none
output_path '../Resources/Translations'
source :csv,
:path => 'pippo.csv',
:column_separator => ';'
I have this error but all is well configured.
Why?
Service: csv
Invalid format: Could not find any [key] keyword in the A column of the CSV file