Profiler Object:FAQ

From Melissa Data Wiki
Revision as of 21:50, 25 February 2015 by Admin (talk | contribs) (Created page with "← Profiler Object {{CustomTOC}} ==How many tables can I process at the same time?== The Profiler will take one table at time but you can merge table...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Profiler Object


How many tables can I process at the same time?

The Profiler will take one table at time but you can merge tables or call multiple instances of the Profile object to process multiple files.

How can I incrementally profile records?

When you call AddRecord() the result codes will be immediately available for evaluation which allows you to make decisions at the point of entry.

Do you offer any frequencies analysis?

Yes, take a look at the Iterators section.

I am unable to pass in a NULL in C#?

The NULL will be lost before in the wrapper before it gets to the Profiler library. If you want a null for a particular value, you may call SetColumnNull(ColumnNameString) or simply not call the SetColumn funtion for that particular column and NULL will be automatically assigned.