Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/main/resources/edu/cornell/kfs/fp/cu-spring-fp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -701,23 +701,23 @@
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardType" p:start="75" p:end="100" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="netid" p:start="100" p:end="115" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderLine1Address" p:start="115" p:end="151" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderLine2Address" p:start="151" p:end="187" p:rightTrim="true"/>
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderLine2Address" p:start="151" p:end="187" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderCityName" p:start="187" p:end="212" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderStateCode" p:start="212" p:end="214" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderPostalCode" p:start="214" p:end="224" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderWorkPhoneNumber" p:start="224" p:end="235" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderPersonalPhoneNumber" p:start="235" p:end="246" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="lastTransactionDate" p:start="246" p:end="256" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="defaultAccountNumber" p:start="256" p:end="406" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="creditLine" p:start="426" p:end="446" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="openDate" p:start="456" p:end="466" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderAccountNumber" p:start="466" p:end="470" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="emplid" p:start="470" p:end="485" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cycleStartDate" p:start="485" p:end="495" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cycleSpendToDate" p:start="495" p:end="515" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="expireDate" p:start="515" p:end="525" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="activationStatus" p:start="525" p:end="559" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="fileCreateDate" p:start="559" p:end="567" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderWorkPhoneNumber" p:start="224" p:end="234" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderPersonalPhoneNumber" p:start="234" p:end="244" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="lastTransactionDate" p:start="244" p:end="252" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="defaultAccountNumber" p:start="252" p:end="302" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="creditLine" p:start="302" p:end="322" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="openDate" p:start="322" p:end="330" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cardHolderAccountNumber" p:start="330" p:end="334" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="emplid" p:start="334" p:end="349" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cycleStartDate" p:start="349" p:end="357" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="cycleSpendToDate" p:start="357" p:end="377" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="expireDate" p:start="377" p:end="385" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="activationStatus" p:start="385" p:end="419" p:rightTrim="true" />
<bean parent="FixedWidthFlatFilePropertySpecification" p:propertyName="fileCreateDate" p:start="419" p:end="427" p:rightTrim="true" />
</list>
</property>
</bean>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@ConfigureContext(session = ccs1)
public class TravelMealCardFileFeedServiceIntegTest extends KualiIntegTestBase {
private static final Logger LOG = LogManager.getLogger();
private static final String DATA_FILE_NAME = "fp_tmcard_verify_20250807";
private static final String DATA_FILE_NAME = "fp_tmcard_verify_20251020";
private static final String DATA_EXTENSION = ".data";
private static final String DONE_EXTENSION = ".done";
private static final String FIXTURE_DATA_FILE_AND_PATH = "src/test/resources/edu/cornell/kfs/fp/batch/service/fixture/" + DATA_FILE_NAME + DATA_EXTENSION;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MICKEY M MOUSE Open Corporate Card MMM123 123 SOUTH ROAD ITHACA NY148506083 6072541234 6072271234 20241127 F554700 25000.00 25000.00 MCCCORP1 20170411 27611001234 20241121 40.61 202504 Card does not need to be activated20250109
DONALD D DUCK Open Corporate Card DDD234 234 E STATE ROAD ITHACA NY148502255 6072551245 6075921234 20171027 G654700 25000.00 25000.00 MCCCORP1 20170411 28111002345 20241121 .00 202504 Card does not need to be activated20250109
WILY E COYOTE Open Corporate Card WWW345 9 NORTH ROAD ITHACA NY148506377 6072293456 6072293456 20241122 G654700 25000.00 25000.00 MCCCORP1 20170411 28451003456 20241121 241.89 202504 Card does not need to be activated20250109
DAISY D DUCK Open Corporate Card DDD456 123 E MAIN ST TRUMANSBURG NY130778428 6072554567 6077939876 20241025 G614700 25000.00 25000.00 MCCCORP1 20170511 78551004567 20241121 .00 202505 Card does not need to be activated20250109
MICKEY M MOUSE Open Corporate Card MMM123 123 SOUTH ROAD ITHACA NY148501230 6072541234 6072271234 20241127 F554700 25000.00 20170411 11111001234 20241121 40.61 202504 Card does not need to be activated20250109
DONALD D DUCK Open Corporate Card DDD234 234 E NORTH ROAD SPENCER NY148832340 6072551245 6075921234 20171027 G654700 25000.00 20170411 22221002345 20241121 .00 202504 Card does not need to be activated20250109
WILY E COYOTE Open Corporate Card WWW345 9 NORTH ROAD ITHACA NY148509999 6072293456 6072293456 20241122 G654700 25000.00 20170411 33331003333 20241121 241.89 202504 Card does not need to be activated20250109
DAISY D DUCK Open Corporate Card DDD456 123 E WEST ST TRUMANSBURG NY130771230 6072554567 6077939876 20241025 G614700 25000.00 20170511 44441004444 20241121 -123.45 202505 Card does not need to be activated20250109
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MICKEY M MOUSE Open Corporate Card MMM123 123 SOUTH ROAD ITHACA NY148501230 6072541234607227530020241127F554700 25000.00 2017041127611006378 20241121.00 20250430Card does not need to be activated20250109
DONALD D DUCK Open Corporate Card DDD234 234 E NORTH ROAD SPENCER NY148832340 6072551245607836356820171027G654700 25000.00 2017041195121004202 20241121.00 20250430Card does not need to be activated20250109
WILY E COYOTE Open Corporate Card WWW345 9 NORTH ROAD ITHACA NY148509999 6072293456607229345620241122G654700 25000.00 2017041133331003333 20241121.00 20250430Card does not need to be activated20250109
DAISY D DUCK Open Corporate Card DDD456 123 E WEST ST TRUMANSBURG NY130771230 6072554567607793987620241025G614700 25000.00 2017051144441004444 20241121.00 20250531Card does not need to be activated20250109