JsonWriter Task Parameters
The parameters in this section customize the JsonWriter
task.
This task writes documents to disk in JSON format.
You can configure this task as a Pre, Post, Update or Delete task.
To configure the task, use the Pre
, Post
, Update
, or Delete
parameter to specify the file name for the output file:
[ImportTasks] Post0=JsonWriter:MyTask.jsn
Alternatively, specify the name of a section in the configuration file that contains the settings for the task:
[ImportTasks] Post0=JsonWriter:JsonWriting [JsonWriting] JsonWriterFilename=MyTask.jsn JsonWriterMaxSizeKBs=1000 JsonWriterArchiveDirectory=./JSONarchive