-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for multiple lines in the values.
- Loading branch information
Showing
12 changed files
with
334 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
id,givenname,surname,displayname,street,city,state,social_security | ||
0,John,Valuk,John Valuk,,,,1234567890 | ||
1,John,Emdall,John Emdall,,,,1234567891 | ||
2,John,Gant,John Gant,,,,1234567892 | ||
3,John,Parker,John Parker,,,,1234567893 | ||
4,John,Barnett,John Barnett,,,CA,1234567894 | ||
5,John,Bigboote,John Bigboote,1 Yoyodyne Drive,Trenton,NJ,1234567895 | ||
6,John,Whorfin,John Whorfin,,,,1234567896 | ||
7,John,Ya Ya,John Ya Ya,1 Yoyodyne Drive,Trenton,NJ,1234567897 | ||
8,John,O'Connor,John O'Connor,1 Yoyodyne Drive,Trenton,NJ,1234567898 | ||
9,John,Gomez,John Gomez,1 Yoyodyne Drive,Trenton,NJ,1234567899 | ||
10,John,Smallberries,John Smallberries,1 Yoyodyne Drive,Trenton,NJ,1234567900 | ||
givenname,surname,displayname,street,city,state,social_security | ||
John,Valuk,John Valuk,,,,1234567890 | ||
John,Emdall,John Emdall,,,,1234567891 | ||
John,Gant,John Gant,,,,1234567892 | ||
John,Parker,John Parker,,,,1234567893 | ||
John,Barnett,John Barnett,,,CA,1234567894 | ||
John,Bigboote,John Bigboote,1 Yoyodyne Drive,Trenton,NJ,1234567895 | ||
John,Whorfin,John Whorfin,,,,1234567896 | ||
John,Ya Ya,John Ya Ya,1 Yoyodyne Drive,Trenton,NJ,1234567897 | ||
John,O'Connor,John O'Connor,1 Yoyodyne Drive,Trenton,NJ,1234567898 | ||
John,Gomez,John Gomez,1 Yoyodyne Drive,Trenton,NJ,1234567899 | ||
John,Smallberries,John Smallberries,1 Yoyodyne Drive,Trenton,NJ,1234567900 | ||
|
Oops, something went wrong.