-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added JSONL support to file-import
- Loading branch information
Showing
6 changed files
with
82 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
public enum FileExtension { | ||
|
||
CSV, TSV, PSV, FW, JSON, XML, GZ | ||
CSV, TSV, PSV, FW, JSON, JSONL, XML | ||
|
||
} |
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
public enum FileType { | ||
|
||
DELIMITED, FIXED, JSON, XML | ||
DELIMITED, FIXED, JSON, JSONL, XML | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{"id": "1","brewery_id": "812","name": "Hocus Pocus","abv": "4.5","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "Our take on a classic summer ale. A toast to weeds, rays, and summer haze. A light, crisp ale for mowing lawns, hitting lazy fly balls, and communing with nature, Hocus Pocus is offered up as a summer sacrifice to clodless days.\n\nIts malty sweetness finishes tart and crisp and is best apprediated with a wedge of orange.","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "Light American Wheat Ale or Lager","cat_name": "Other Style"} | ||
{"id": "6","brewery_id": "1385","name": "Winter Warmer","abv": "5.199999809265137","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "Old Ale","cat_name": "British Ale"} | ||
{"id": "8","brewery_id": "1099","name": "Oatmeal Stout","abv": "5","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "American-Style Stout","cat_name": "North American Ale"} | ||
{"id": "10","brewery_id": "545","name": "Chocolate Stout","abv": "0","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "American-Style Stout","cat_name": "North American Ale"} | ||
{"id": "13","brewery_id": "545","name": "The Kidd Lager","abv": "0","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "German-Style Schwarzbier","cat_name": "German Lager"} | ||
{"id": "14","brewery_id": "1099","name": "Imperial Stout","abv": "7","ibu": "0","srm": "0","upc": "0","filepath": "","descript": "","add_user": "0","last_mod": "2010-07-22 20:00:20 UTC","style_name": "American-Style Stout","cat_name": "North American Ale"} |