Workflow and Data Integration
Discuss data loading and processing into the application
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Matrix Data Load Basics

I have a matrix data load question. I get the concept of how the matrix data load works. I haven't done too many of them, so I want to make sure I'm not missing the basics. The file I have has the year on one of the first lines in column 9. The next ...

ssmithnova_0-1720568425181.png

DataTable vs. xfDataTable

In a data connector rule, we need to run the api.Parser.ProcessDataTable funciton that can process a DataTable. However, using SIC funciton, we have to get data from the source into a XFDataTable: Dim xfDT As xfDataTable = Nothing . . . xfDT = New xf...