-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Entities): Add the PlacementCertification Entity (#441)
* Description Adding PlacementCertification as an entity for dataloader What did you change? Added PlacementCertification entity * Fix properties and csv files * Had an extra comma * Missing certification property * Make unit test generic for windows and linux machines. * Fix csv file
- Loading branch information
Showing
5 changed files
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
customDate1 ,customDate2 ,customDate3 ,customDate4 ,customDate5 ,customDate6 ,customDate7 ,customDate8 ,customDate9 ,customDate10 ,customFloat1,customFloat2,customFloat3,customInt1,customInt2,customInt3,customText1 ,customText2 ,customText3 ,customText4 ,customText5 ,customText6 ,customText7 ,customText8 ,customText9 ,customText10 ,customTextBlock1 ,customTextBlock2 ,customTextBlock3 ,customTextBlock4 ,customTextBlock5 ,customTextBlock6 ,customTextBlock7 ,customTextBlock8 ,customTextBlock9 ,customTextBlock10 ,documentDeadline,isDeleted,migrateGUID ,placement.customText1,certification.name | ||
1/1/2016 0:00,1/2/2016 0:00,1/3/2016 0:00,1/4/2016 0:00,1/5/2016 0:00,1/6/2016 0:00,1/7/2016 0:00,1/8/2016 0:00,1/9/2016 0:00,1/10/2016 0:00, 1, 2, 3, 1, 2, 3,placementCertification-ext-1,custom text field 2,custom text field 3,custom text field 4,custom text field 5,custom text field 6,custom text field 7,custom text field 8,custom text field 9,custom text field 10,custom text block 1,custom text block 2,custom text block 3,custom text block 4,custom text block 5,custom text block 6,custom text block 7,custom text block 8,custom text block 9,custom text block 10,1/2/1999 0:00 ,FALSE ,12345678-1234-1234-1234-1234567890AB,placement-ext-1 ,Certification1 |
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