Questions tagged [flatfilereader]
32 questions
-1
votes
1 answer
How to import a one lined flat file .txt with much information in R
my test.txt file looks like this
"Nr" | | "X1" | | "ID_T20" | | "Herstellernummer" | | "Werksnummer" | | "Fehlerhaft" "1" | | 1 | | "20-211-2111-14" | | "211" | | "2111" | | 0
I tried a lot of commands to import it as a data frame like this:
"Nr"…
-2
votes
1 answer
why should I use close method in FlatFileItemWriter in springbatch?
why should I use close method in FlatFileItemWriter in springbatch?
or else file date won't be persisted?

suresh
- 3
- 1
- 8