how to skip the headers of csv file when run indexer #1298
-
I use these config
notice the header line was treated as data.
|
Beta Was this translation helpful? Give feedback.
Answered by
barryhunter
Jul 30, 2023
Replies: 3 comments 1 reply
-
The tail command can skip a given number of lines, by specifying what line to start on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
l1t1
-
thanks. and how to do in Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tail command can skip a given number of lines, by specifying what line to start on