All Questions
Tagged with recordreader csv
2 questions
1
vote
1
answer
680
views
How to read a simple CSV file with Datavec
I want to read a simple CSV file with just a list of numbers using Datavec, for use within Deeplearning4j.
I've tried numerous examples but keep getting errors.
e.g. when I execute this:
...
1
vote
0
answers
774
views
How to process Multiline CSV Input File for Map Reduce Hadoop?
I have CSV input data file in which there are several records. Each Record is made up of any number of lines. (1 line, 2 lines, 5 lines or any). One thing for sure is that each record has 24 fields ...