Skip to content

Commit 07fd7a3

Browse files
authored
Update README.md
1 parent a931540 commit 07fd7a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CSVInputFormat
22
==============
33

4+
NOTE: I haven't been maintaining this project for a while. I am keen to accept contributions to it, but I haven't been testing this in any production environment and I don't currently have time and resources to do so. I am glad to see people still using this, but use it at your own risk.
5+
46
Input format for hadoop able to read multiline CSVs
57

68
Run BasicTest.java to see it working. Check src/test/resource/test.csv to see a multiline demofile.
@@ -43,4 +45,4 @@ The output is as follows:
4345
==> key=10
4446
==> val[0] = Jack Example
4547
==> val[1] = 1 Example Street, Exampleville, Australia. 261
46-
==> val[2] = jack@example.com
48+
==> val[2] = jack@example.com

0 commit comments

Comments
 (0)