-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add convert_logical_to_integer parameter
closes #305
- Loading branch information
Showing
7 changed files
with
51 additions
and
18 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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
"record_id","name_first","name_last","address","telephone","email","dob","age","sex","demographics_complete","height","weight","bmi","comments","mugshot","health_complete","race___1","race___2","race___3","race___4","race___5","race___6","ethnicity","race_and_ethnicity_complete" | ||
1,"Nutmeg","Nutmouse","14 Rose Cottage St. | ||
Kenning UK, 323232","(405) 321-1111","[email protected]","2003-08-30",11,0,2,7,1,204.1,"Character in a book, with some guessing","[document]",1,0,0,0,0,1,0,1,2 | ||
2,"Tumtum","Nutmouse","14 Rose Cottage Blvd. | ||
Kenning UK 34243","(405) 321-2222","[email protected]","2003-03-10",11,1,2,6,1,277.8,"A mouse character from a good book","[document]",0,0,0,1,0,1,0,1,0 | ||
3,"Marcus","Wood","243 Hill St. | ||
Guthrie OK 73402","(405) 321-3333","[email protected]","1934-04-09",80,1,2,180,80,24.7,"completely made up","[document]",2,0,0,0,1,1,0,0,2 | ||
4,"Trudy","DAG","342 Elm | ||
Duncanville TX, 75116","(405) 321-4444","[email protected]","1952-11-02",61,0,2,165,54,19.8,"This record doesn't have a DAG assigned | ||
record_id,name_first,name_last,address,telephone,email,dob,age,sex,demographics_complete,height,weight,bmi,comments,mugshot,health_complete,race___1,race___2,race___3,race___4,race___5,race___6,ethnicity,race_and_ethnicity_complete | ||
1,Nutmeg,Nutmouse,"14 Rose Cottage St. | ||
Kenning UK, 323232",(405) 321-1111,[email protected],2003-08-30,11,FALSE,2,7,1,204.1,"Character in a book, with some guessing",[document],1,0,0,0,0,1,0,1,2 | ||
2,Tumtum,Nutmouse,"14 Rose Cottage Blvd. | ||
Kenning UK 34243",(405) 321-2222,[email protected],2003-03-10,11,TRUE,2,6,1,277.8,A mouse character from a good book,[document],0,0,0,1,0,1,0,1,0 | ||
3,Marcus,Wood,"243 Hill St. | ||
Guthrie OK 73402",(405) 321-3333,[email protected],1934-04-09,80,TRUE,2,180,80,24.7,completely made up,[document],2,0,0,0,1,1,0,0,2 | ||
4,Trudy,DAG,"342 Elm | ||
Duncanville TX, 75116",(405) 321-4444,[email protected],1952-11-02,61,FALSE,2,165,54,19.8,"This record doesn't have a DAG assigned | ||
|
||
So call up Trudy on the telephone | ||
Send her a letter in the mail","[document]",2,0,1,0,0,1,0,1,2 | ||
5,"John Lee","Walker","Hotel Suite | ||
New Orleans LA, 70115","(405) 321-5555","[email protected]","1955-04-15",59,1,2,193.04,104,27.9,"Had a hand for trouble and a eye for cash | ||
Send her a letter in the mail",[document],2,0,1,0,0,1,0,1,2 | ||
5,John Lee,Walker,"Hotel Suite | ||
New Orleans LA, 70115",(405) 321-5555,[email protected],1955-04-15,59,TRUE,2,193.04,104,27.9,"Had a hand for trouble and a eye for cash | ||
|
||
He had a gold watch chain and a black mustache","[document]",0,1,0,0,0,0,1,2,2 | ||
He had a gold watch chain and a black mustache",[document],0,1,0,0,0,0,1,2,2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.