-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves the type detection algorithm for DataTableValueType enum
- Loading branch information
1 parent
f3d9d2c
commit b0254e8
Showing
2 changed files
with
21 additions
and
10 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ public func exampleDataSet() -> [[Any]] { | |
[1,"Meggie Block","[email protected]","(397) 102-5456 x371","Emilioshire","876.06"], | ||
[2,"Waldo Sporer","[email protected]","(726) 447-9616 x726","Port Jedediahfurt","220.69"], | ||
[3,"Vickie Stroman","[email protected]","1-347-447-3401 x491","Delbertberg","340.64"], | ||
[4,"Kiley Denesik","[email protected]","069.128.7032","South Aidaside","271.01"], | ||
[[4,"Kiley Denesik","[email protected]","069.128.7032","South Aidaside","271.01"], | ||
[5,"Shanie Langworth","[email protected]","185-323-3421","Ileneville","342.04"], | ||
[6,"Clifford Greenfelder","[email protected]","1-445-170-5544 x69505","Zboncakburgh","660.10"], | ||
[7,"Lurline Rolfson","[email protected]","1-839-002-7378 x36811","New Mitchelshire","401.82"], | ||
|
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