Using comma-separated data
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ID;name;dateOfBirth;placeOfBirth;dateOfDeath;placeOfDeath
|
||||
101;Emily Brontë;1818-07-30;Thornton, Yorkshire;1848-12-19;Haworth, Yorkshire
|
||||
107;Charlotte Brontë;1818-04-21;Thornton, Yorkshire;1855-03-31;Haworth, Yorkshire
|
||||
150;Edgar Allen Poe;1809-01-19;Boston, Massachusetts;1849-10-07;Baltimore, Maryland
|
||||
170;Richard Carpenter;1929-08-14;King’s Lynn, Norfolk;2012-02-26;Hertfordshire, England
|
||||
ID,name,dateOfBirth,placeOfBirth,dateOfDeath,placeOfDeath
|
||||
101,Emily Brontë,1818-07-30,Thornton, Yorkshire,1848-12-19,Haworth, Yorkshire
|
||||
107,Charlotte Brontë,1818-04-21,Thornton, Yorkshire,1855-03-31,Haworth, Yorkshire
|
||||
150,Edgar Allen Poe,1809-01-19,Boston, Massachusetts,1849-10-07,Baltimore, Maryland
|
||||
170,Richard Carpenter,1929-08-14,King’s Lynn, Norfolk,2012-02-26,Hertfordshire, England
|
||||
|
Reference in New Issue
Block a user