Skip to content

Commit

Permalink
Fix batch job
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 18, 2023
1 parent f8de831 commit a574838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<job xmlns="http://jakarta.ee/xml/ns/jakartaee" id="EventFilesProcessorJob"
version="2.0">
<job id="EventFilesProcessorJob" xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd" version="2.0">
<properties>
<property name="upload_directory" value="/tmp/uploads" />
<property name="archive_directory" value="/tmp/archive" />
Expand Down
8 changes: 4 additions & 4 deletions src/test/sample/handling_events.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7/8/2022 5:00 PM,ABC123,0200T,USNYC,LOAD
7/13/2022 11:00 AM,ABC123,0200T,USDAL,UNLOAD
7/15/2022 4:00 AM,ABC123,0300A,USDAL,LOAD
7/21/2022 10:00 AM,ABC123,0300A,FIHEL,UNLOAD
8/19/2023 5:00 PM,ABC123,0200T,USNYC,LOAD
8/24/2023 1:00 PM,ABC123,0200T,USDAL,UNLOAD
8/26/2023 8:00 AM,ABC123,0300A,USDAL,LOAD
9/1/2023 4:00 AM,ABC123,0300A,FIHEL,UNLOAD

0 comments on commit a574838

Please sign in to comment.