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

Forum Posts

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...