If set to true the action will try to detect the separator based on the first few lines. If it fails to do so it will fall back to the given or default separator
Default: false
Has headers
Indicates if the CSV has headers or not, we will use the headers to create objects using these keys if true is given.
Custom headers
Array of headers to be used in case has_headers is set to false.