-
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.
Merge pull request #831 from pulibrary/805-ignore-empty-rows
805 ignore empty rows
- Loading branch information
Showing
4 changed files
with
70 additions
and
2 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
42 changes: 42 additions & 0 deletions
42
spec/fixtures/files/air_table/records_no_offset_empty_records.json
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"records": [ | ||
{ | ||
"id": "recrhIUhcJw3Owio92", | ||
"createdTime": "2024-01-30T22:16:16.000Z", | ||
"fields": { | ||
} | ||
}, | ||
{ | ||
"id": "recrhIUhcJwsoiw21", | ||
"createdTime": "2024-01-30T22:16:16.000Z", | ||
"fields": { | ||
"fldbnDHHhDNlc2Lx8": "[email protected]", | ||
"fld4JloN0LxiFaTiw": "Hello\nMy research interests\nare\n\nfantastic!", | ||
"fldULoOUDSpoEpdAP": "https://example.com", | ||
"fldXw9janMHvhBWvO": ["Industrial Relations", "James Madison Program"] | ||
} | ||
}, | ||
{ | ||
"id": "recrhIUhcJw3dW022", | ||
"createdTime": "2024-01-30T22:16:16.000Z", | ||
"fields": { | ||
"fldKZxmtofNbXW4qS": "123 Stokes", | ||
"fldCCTbVNKKBFXxrp": ["Virtual Reality"], | ||
"fldxpCzkJmhEkVqZt": "Special and Distinctive Collections", | ||
"fld9NYFQePrPxbJJW": "Special Collections", | ||
"fldz6yBenvTjdClXZ": "Stokes", | ||
"fldvENk2uiLDHmYSw": "Librarian", | ||
"fldnKprqGraSvNTJK": "Phillip", | ||
"fldw0mjDdB48HstnB": "Library Collections Specialist V", | ||
"fldbquJ6Hn2eq1V2h": "123", | ||
"fldgarsg3FzD8xpE4": "ab123", | ||
"fldqulY6ehd5aIbR1": "(123) 123-1234", | ||
"fldL7tm4jVvYksIwl": "Phillip Librarian", | ||
"fldbnDHHhDNlc2Lx8": "[email protected]", | ||
"fld4JloN0LxiFaTiw": "Hello\nMy research interests\nare\n\nfantastic!", | ||
"fldULoOUDSpoEpdAP": "https://example.com", | ||
"fldXw9janMHvhBWvO": ["Industrial Relations", "James Madison Program"] | ||
} | ||
} | ||
] | ||
} |
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