Skip to content

Commit

Permalink
#3623 - SFAS-SIMS Bridge File - Adjusted E2E Sample Files (#3783)
Browse files Browse the repository at this point in the history
Adjusted SFAS sample files, removing duplicated identifiers, and fixed
E2E tests.
  • Loading branch information
andrewsignori-aot authored Oct 9, 2024
1 parent 9272dcd commit aaf018b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
100AESTSFAS TO SIMS BRIDGE 20211119142437
2001010101010XXXXXXXX4970 FOUR 4970 19980324428062400 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2001010101010JOHN FOUR 19980324428062400 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
40010101010100964351111TREE20180927
40010101010100964351112AF1 20180927
40010101010100964351113B6B 20180927
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
100AESTSFAS TO SIMS BRIDGE 20211119142437
2001010101010XXXXXXXX4970 FOUR 4970 19980324900041310 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2001010101010JOHN FOUR 19980324900041310 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
40010101010100964351111TREE20180927
40010101010100964351115CROW20180928
999000011431002573803010624
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
100AESTSFAS TO SIMS BRIDGE 20240709110630
2000000075085000000000075085GIORGIO GIOVANNI 19551002112383310 00000000000000000000000000000000000000000000000000000000000133610000000000000000000000000000000000000000000000000000000000000000
2000000075086000000000075086GIORGIO GIOVANNI 19720405725732813 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004140000000000000000000
2000000075087000000000075087GIORGIO GIOVANNI 19720405725732812 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000414000000000-0000000000
2000000075085GIORGIO GIOVANNI 19551002112383310 00000000000000000000000000000000000000000000000000000000000133610000000000000000000000000000000000000000000000000000000000000000
2000000075086GIORGIO GIOVANNI 19720405725732813 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004140000000000000000000
2000000075087GIORGIO GIOVANNI 19720405725732812 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000414000000000-0000000000
999000048090000009580094900
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
100AESTSFAS TO SIMS BRIDGE 20240709110630
2000000083540000000000083540GIORGIO GIOVANNI 19660721121380174Y19660721Y1967072298765432102024071276543210010000005000000000500000007560500000756050000007413000000741300000074130000007413000000000020000000017
2000000083541000000000083541GIORGIO GIOVANNI 19491116108796293N N 98765432112024071376543220020000005000000000500000011040000001104000000110400000011040000001104000000110400000000000020000000002123456789020241231
2000000083542000000000083542GIORGIO GIOVANNI 19700702122886591 00000000000000000000000000000000000000000000000000000000000000000000000000000000011039000000000000000000000000000000000000000000
2000000083540GIORGIO GIOVANNI 19660721121380174Y19660721Y1967072298765432102024071276543210010000005000000000500000007560500000756050000007413000000741300000074130000007413000000000020000000017
2000000083541GIORGIO GIOVANNI 19491116108796293N N 98765432112024071376543220020000005000000000500000011040000001104000000110400000011040000001104000000110400000000000020000000002123456789020241231
2000000083542GIORGIO GIOVANNI 19700702122886591 00000000000000000000000000000000000000000000000000000000000000000000000000000000011039000000000000000000000000000000000000000000
999000048090000009580094900
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ describe(describeProcessorRootTest(QueueNames.SFASIntegration), () => {
sfasIndividualRecords;
expect(firstSFASIndividual).toEqual({
id: 83540,
firstName: "000000000083540 GIOVANNI",
lastName: "GIORGIO",
firstName: "GIORGIO",
lastName: "GIOVANNI",
birthDate: "1966-07-21",
sin: "121380174",
pdStatus: true,
Expand All @@ -367,8 +367,8 @@ describe(describeProcessorRootTest(QueueNames.SFASIntegration), () => {
});
expect(secondSFASIndividual).toEqual({
id: 83541,
firstName: "000000000083541 GIOVANNI",
lastName: "GIORGIO",
firstName: "GIORGIO",
lastName: "GIOVANNI",
birthDate: "1949-11-16",
sin: "108796293",
pdStatus: false,
Expand All @@ -391,8 +391,8 @@ describe(describeProcessorRootTest(QueueNames.SFASIntegration), () => {
});
expect(thirdSFASIndividual).toEqual({
id: 83542,
firstName: "000000000083542 GIOVANNI",
lastName: "GIORGIO",
firstName: "GIORGIO",
lastName: "GIOVANNI",
birthDate: "1970-07-02",
sin: "122886591",
pdStatus: null,
Expand Down

0 comments on commit aaf018b

Please sign in to comment.