Hi all,
_csvparsefailure error is showing for my config file.the config file is
[quote="setlem, post:1, topic:62471, full:true"]
filter {
csv {
columns => ["ORDER_ID","SUBMITTED_DATE","STATE","PROFILE_ID","SALES_CHANNEL","SITE_ID",
"CREATION_SITE_ID"]
separator => ","
}}
[/quote]
input file is
When i tried to give the input from commandprompt,there is no _csvparsefailure.But when i give the input through file,i am getting error.Help me to solve this issue.
Thanks!!!