According to the documentation about Custom Transformation during mlcp ingestion, the function in module can generate zero, one, or many output documents. How could be splitted the following document by tag "person"? Would be also possible to obtain an attribute CREATE_DATE?(options for mlcp like -input_file_type "aggregates" and -aggregate_record_element person
are not acceptable since attribute CREATE_DATE from tag "people" will not be available in content)
<people CREATE_DATE="07/01/2020">
<person>
<first>George</first>
<last>Washington</last>
</person>
<person>
<first>Betsy</first>
<last>Ross</last>
</person>
</people>