-
-
Notifications
You must be signed in to change notification settings - Fork 209
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 #235 from optimatika/develop
v48.0.0
- Loading branch information
Showing
404 changed files
with
9,236 additions
and
4,632 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This example was extracted from Wikipedia (en.wikipedia.org/wiki/Comma-separated_values) | ||
# | ||
# 2 double quotes ("") are used as the escape sequence for quoted fields, as per the RFC4180 standard | ||
# | ||
|
||
Year,Make,Model,Description,Price | ||
1997,Ford,E350,"ac, abs, moon",3000.00 | ||
1999,Chevy,"Venture ""Extended Edition""","",4900.00 | ||
|
||
# Look, a multi line value. And blank rows around it! | ||
|
||
1996,Jeep,Grand Cherokee,"MUST SELL! | ||
air, moon roof, loaded",4799.00 | ||
1999,Chevy,"Venture ""Extended Edition, Very Large""",,5000.00 | ||
,,"Venture ""Extended Edition""","",4900.00 |
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,22 @@ | ||
A,B,C,D,E,F,G,H,I,J | ||
,B,C,D,E,F,G,H,I,J | ||
A,,C,D,E,F,G,H,I,J | ||
A,B,,D,E,F,G,H,I,J | ||
A,B,C,,E,F,G,H,I,J | ||
A,B,C,D,,F,G,H,I,J | ||
A,B,C,D,E,,G,H,I,J | ||
A,B,C,D,E,F,,H,I,J | ||
A,B,C,D,E,F,G,,I,J | ||
A,B,C,D,E,F,G,H,,J | ||
A,B,C,D,E,F,G,H,I, | ||
,,,,,,,,, | ||
A,,,,,,,,, | ||
,B,,,,,,,, | ||
,,C,,,,,,, | ||
,,,D,,,,,, | ||
,,,,E,,,,, | ||
,,,,,F,,,, | ||
,,,,,,G,,, | ||
,,,,,,,H,, | ||
,,,,,,,,I, | ||
,,,,,,,,,J |
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,22 @@ | ||
"A","B","C","D","E","F","G","H","I","J" | ||
"","B","C","D","E","F","G","H","I","J" | ||
"A","","C","D","E","F","G","H","I","J" | ||
"A","B","","D","E","F","G","H","I","J" | ||
"A","B","C","","E","F","G","H","I","J" | ||
"A","B","C","D","","F","G","H","I","J" | ||
"A","B","C","D","E","","G","H","I","J" | ||
"A","B","C","D","E","F","","H","I","J" | ||
"A","B","C","D","E","F","G","","I","J" | ||
"A","B","C","D","E","F","G","H","","J" | ||
"A","B","C","D","E","F","G","H","I","" | ||
"","","","","","","","","","" | ||
"A","","","","","","","","","" | ||
"","B","","","","","","","","" | ||
"","","C","","","","","","","" | ||
"","","","D","","","","","","" | ||
"","","","","E","","","","","" | ||
"","","","","","F","","","","" | ||
"","","","","","","G","","","" | ||
"","","","","","","","H","","" | ||
"","","","","","","","","I","" | ||
"","","","","","","","","","J" |
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
Oops, something went wrong.