This is an example source file to be used as a base model for replication. This can be any kind of text readable file.
This is a directory where our generated files will be stored into
This is the part where its mentioned which part of data to consider as business keys so that that part may be kept as unique in each and every generated file.
This is the part where we define how many files will be generated.
This is additional field which is optional to use, This can be used if we want a specific date format in our generated files as an extension
Here we can see that book id got changed in each and every file.
The value of book id will change for each and every generated file starting from 102 onwards…
bk101::bk{101}
[source search value][::][what to replace with {a numeric value to be incremented in each file}]
Now here is where all the magic happens… The numeric value gets incremented for each and every file that gets generated. Since this just replaces the file contents, it becomes platform and format independent and hence whichever file that could be opened by a text editor, can be replicated with the help of this tool.
Solution is to use multiple business keys separated by double semicolons… eg.
This tool supports huge file size and can support generation of millions of files.






