Skip to content

Commit

Permalink
[CCAP-640] Adding resource org id to provider data importer
Browse files Browse the repository at this point in the history
  • Loading branch information
cram-cfa committed Feb 18, 2025
1 parent c932ce0 commit afe7aaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ public class ProviderImporter {
private static final List<String> COLUMN_HEADERS = List.of("RSRCE_ID", "Provider Type", "RSRCE_NAME", "DO_BUSN_AS_NAME",
"STR_ADR", "CITY", "ST", "ZIP", "Date of Last Approval", "Maintaining R&R", "Provider Status");

private static final List<String> EXCLUDED_COLUMN_HEADERS = List.of("460328258720008");
private static final List<String> EXCLUDED_COLUMN_HEADERS = List.of();
private static final List<String> DATE_COLUMN_HEADERS = List.of("Date of Last Approval");

private static final List<String> EXCLUDED_IDS = List.of();
private static final List<String> EXCLUDED_IDS = List.of("460328258720008");

public static void main(String[] args) {
String fileNameAndPath = args[0];
Expand Down

0 comments on commit afe7aaa

Please sign in to comment.