Hi,
Howcan I escape special characters in CSV filter field names , I tries with backslash it is not working.
I need column names with double quotes for few field names as below
csv {
columns => ["timeStamp","elapsed","label","responseCode","responseMessage","\"tc_status\""]
separator => ","
}
}