Skip to content

Commit 027bbfd

Browse files
authored
Add files via upload
This JAR includes support for CSV files. As well, generic.properties updated with what appear to be the defaults for an Active Navigation export.
1 parent 5f7e649 commit 027bbfd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ImportExportUtil.jar

13 KB
Binary file not shown.

generic.properties

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ DEF_LOCATION = Enterprise:Unsorted
2323
DEF_LOCALE = en_CA
2424
# define how dates will be formatted so that they can be parsed.
2525
# Note: to use this, make sure that the date format below matches what you have EXACTLY
26-
DATE_FORMAT = dd/MM/YYYY h:mm:ss a
26+
#DATE_FORMAT = dd/MM/YYYY h:mm:ss a
27+
DATE_FORMAT = YYYY/MM/DD hh:mm:ss
2728
DATE_TIMEZONE = UTC
2829
DATE_TZ_OFFSET = -5
2930
# Destination client - OI, REST, or CWS are the options, currently only OI has been built out
@@ -32,7 +33,7 @@ DATE_TZ_OFFSET = -5
3233
DEST_CLIENT = OI
3334
START_ROW = 0
3435
# Debug method only - don't use for production runs
35-
MAX_ROWS = 10
36+
#MAX_ROWS = 10
3637
# Works with COL_EXCLUSION. WHen this value detected in row Identified by COL_EXCLUSION,
3738
# skip this row
3839
EXCLUDE_VAL = Exclude
@@ -93,7 +94,7 @@ COL_NAME = File Name
9394
COL_EXT = Extension
9495
# column defining location of file
9596
COL_FILESPEC = Full Path
96-
COL_LOCATION = GCDOCS Location
97+
COL_LOCATION = Folder Path
9798
COL_OBJTYPE = Type
9899
COL_CREATEDATE = Last Modified Date UTC (+0:00)
99100
COL_AUTHOR = Doc Author

0 commit comments

Comments
 (0)