When the Bootstrap connector has been selected as the repository connector of a given job, additional configurations will need to be provided within the Job.
Basic Configuration
Use this when you need to quickly generate files
FILE CONTENT
If Include Binaries in the Details tab is checked, the dummy files will include a file which matches the size on the metadata. The content of the file will not be particularly useful.
- Number of files to generate: This is a count of individual files, not batches of files.
- Parent path base: Sets the parent path metadata for the files being generated.
- Creation Date Range Start: The first possible date for the Created Date metadata
- Creation Date Range End: The last possible date for the Created Date metadata
- Last Modified Date Range Start: The first possible date for the Last Modified Date metadata
- Last Modified Date Range End: The last possible date for the Last Modified Date metadata
- Size Range Start (Bytes): The minimum size of the document
- Size Range End (Bytes): The maximum size of the document
- Allow for non standard mimetypes: Expands the list of mimetypes (200+)
Advanced Configuration
- Config File Location: This is the location where the config/properties file resides
- File Generator: Type of file generator (Random or Linear)
Advanced Configuration Properties
- outputRootDir (string): The root output folder for each document’s parent
- path.templateDir (string): folder which contains template files to use as content
- numberOfFiles (int): number of files to create per repository thread
- maxFilesInTree(int): Limits number of files per folder tree
- folderPattern(string): A pattern using date parts that will create a parent based on the current date and pattern. Default pattern is /yyyy/M/dd/kk/mm/ss/(kk is hours)
- File Names(String): File names will take the format[name.first][name.middle][name.last].
Each of the following properties should be a path to a text file with a list of options for file names.
- name.first.file
- name.middle.file
- name.last.file
Extension List
- eml
- png
- csv
- xls
- ppt
- mp3
- mp4
- eml
- mpeg
- zip
- txt
- css
- html
- doc
- xml