Changes

Jump to: navigation, search

Linking Autoloaders

572 bytes added, 14:46, 23 May 2018
no edit summary
New ability to chain multiple autoloaders to run the same file in sequence. This allows you to load a single file through multiple autoloader imports in a specific sequence. This is useful for various integration processes that aim to import data.
=ConfigurationUse Cases* Using the same file in different autoloadersExample a company record contains three addresses organised by column. So first Autoloader reads and creates the company record including default address. Second Autoloader uses other columns to create second address record.Third Autoloader creates the third address records.
* Using different files as per autoloader sequence
Example one file contains company records, second file contains addresses for company. Two Autoloaders are required.
In both cases, autoloader will process the file(2) in sequence.
=Configuration=
==See Also==
Smartstaff
1,385
edits

Navigation menu