Hi,
I need to change the separator of my output file to semicolon instead of a comma, due to text fields, containing commas, being present. Is this feasible ?
Thank you in advance,
Hi,
I need to change the separator of my output file to semicolon instead of a comma, due to text fields, containing commas, being present. Is this feasible ?
Thank you in advance,
Yes, it's configurable as seen here.
You'd need to add something like this to your output config
csv_options => {
"col_sep" => ";"
}
Thanks, don't know how I missed this
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.