Hello. I have some issues with field parsing for the CSV files using props configuration. I should be getting 11 fields for each of the events/rows, but parsing is giving me 17 fields. Here are the 3 sample events (First row is header row) from that CSV file and the props.conf file is also provided below: Col1,Col2,Col3,Col4,Col5,Col6,Col7,Col8,Col9,Col10,Col11 APIDEV,4xs54,000916,DEV,Update,Integrate,String\,Set\,Number\,ID,Standard,2024-07-10T23:10:45.001Z,Process_TIME\,URI\,Session_Key\,Services,Hourly APITEST,4ys34,000916,TEST,Update,Integrate,String\,Set\,Number\,String,Typicall\,Response,2024-07-10T23:10:45.021Z,CPU_TIME\,URI\,Session_Key\,Type\,Request,Monthly APITEST,4ys34,000916,DEV,Insert,Integrate,Char\,Set\,System\,ID,On_Demand,2024-07-10T23:10:45.051Z,CPU_TIME\,URI\,Session_Key\,Services,Hourly *Bold texts in each of the events should count one field props.conf [mypropscon] SHOULD_LINEMERGE=False LINE_BREAKER=([\r\n]+) INDEXED_EXTRACTIONS=CSV KV_MODE=none disabled=false TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%QZ HEARDER_FIELD_LINE_NUMBER=1 Any recommendation to resolve that issue will be highly appreciated. Thank you so much for your support as always.
... View more