Skip to content

Commit

Permalink
Merge pull request #6832 from IQSS/6803-rdata
Browse files Browse the repository at this point in the history
ingest RDX3 RData files #6803
  • Loading branch information
kcondon committed Apr 17, 2020
2 parents c70faa5 + 9c44726 commit 80d7700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class IngestableDataChecker implements java.io.Serializable {
private static String regex = "^test(\\w+)format$";

// static initialization block
private static String rdargx = "^(52)(44)(41|42|58)(31|32)(0A)$";
private static String rdargx = "^(52)(44)(41|42|58)(31|32|33)(0A)$";
private static int RDA_HEADER_SIZE = 5;
private static Pattern ptn;

Expand Down

0 comments on commit 80d7700

Please sign in to comment.