Getting Data In

Importing CSV File

timhegwood
Engager

I'm setting up a CSV file for import and analysis, and when I do I get the following error:

SyntaxError: Unexpected token <

Not sure what's causing this - I've tried converting the file to Unix format but that didn't work.

I'm using the standard "Add Data" functionality on the UI and I'm having Splunk figure out that this is a CSV file with headers, but to no avail.

Tags (1)

guilhem
Contributor

Alright, I have found the problem. The partition of my server for / was full.
So when trying to upload the csv file (roughtly 1Mo), splunk first tries to copy it to /tmp (I guess) and fail.
Using scp and copying the lookup file directly in the good folder did the trick.

Unfortunately the error message given by splunk isn't very helpfull.

Hopes that helps

0 Karma

guilhem
Contributor

I am having the same problem when trying to import a 2Mo csv lookup table:

SyntaxError: Unexpected token <

Doesn't look likes its related to encoding (UTF-8 without BOM), any clue?

btw I am using splunk 4.2

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...