initial commit - get basic sailing info

This commit is contained in:
2024-03-30 18:54:57 -06:00
commit 765c8ec746
16 changed files with 26490 additions and 0 deletions

2
output.csv Normal file
View File

@ -0,0 +1,2 @@
"name","age","address.street","address.city","address.state","address.zip","phone.home","phone.work"
"John",30,"123 Main St","New York","NY","10001","123-456-7890","987-654-3210"
1 name age address.street address.city address.state address.zip phone.home phone.work
2 John 30 123 Main St New York NY 10001 123-456-7890 987-654-3210