Hi,I'm using kibana 7.15 and I've created a scripted field that return empty string > "" Then I create a report and download it, My CSV report show "(empty)" words. How can I do if I want them to be empty value? I've tried return 'null' but it show "-" instead of empty value also.
(empty) is written by the regular string field formatter. Have your script return " " instead of "" when there is no value. Then the CSV will contain a single space character instead of (empty).
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.