scottvonduhn
12/23/2019, 4:20 PMN/task
module, then it's possible to get the task status back, and you could submit further tasks, such as a MapReduceScriptTask, based on completion of the CsvImportTask. However, I don't think you can easily run a Map/Reduce script only against the records from a particular import, though you could record the timestamp when the import started and completed, and use those to filter search results in the Map/Reduce script.Chandu
12/23/2019, 4:28 PM