Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Address Validator Transformation
  4. Aggregator Transformation
  5. Association Transformation
  6. Bad Record Exception Transformation
  7. Case Converter Transformation
  8. Classifier Transformation
  9. Cleanse transformation
  10. Comparison Transformation
  11. Custom Transformation
  12. Custom Transformation Functions
  13. Consolidation Transformation
  14. Data Masking Transformation
  15. Data Masking Examples
  16. Decision Transformation
  17. Duplicate Record Exception Transformation
  18. Dynamic Lookup Cache
  19. Expression Transformation
  20. External Procedure Transformation
  21. Filter Transformation
  22. HTTP Transformation
  23. Identity Resolution Transformation
  24. Java Transformation
  25. Java Transformation API Reference
  26. Java Expressions
  27. Java Transformation Example
  28. Joiner Transformation
  29. Key Generator Transformation
  30. Labeler Transformation
  31. Lookup Transformation
  32. Lookup Caches
  33. Match Transformation
  34. Match Transformations in Field Analysis
  35. Match Transformations in Identity Analysis
  36. Merge Transformation
  37. Normalizer Transformation
  38. Parser Transformation
  39. Rank Transformation
  40. Router Transformation
  41. Sequence Generator Transformation
  42. Sorter Transformation
  43. Source Qualifier Transformation
  44. SQL Transformation
  45. Using the SQL Transformation in a Mapping
  46. Stored Procedure Transformation
  47. Standardizer Transformation
  48. Transaction Control Transformation
  49. Union Transformation
  50. Unstructured Data Transformation
  51. Update Strategy Transformation
  52. Weighted Average Transformation
  53. XML Transformations

Transformation Guide

Transformation Guide

Function Reference

Function Reference

The Custom transformation functions include generated and API functions.
The following table lists the Custom transformation generated functions:
Function
Description
m_<module_name>_moduleInit()
Module initialization function.
p_<proc_name>_procInit()
Procedure initialization function.
p_<proc_name>_partitionInit()
Partition initialization function.
p_<proc_name>_inputRowNotification()
Input row notification function.
p_<proc_name>_dataBdryNotification()
Data boundary notification function.
p_<proc_name>_eofNotification()
End of file notification function.
p_<proc_name>_partitionDeinit()
Partition deinitialization function.
p_<proc_name>_procedureDeinit()
Procedure deinitialization function.
m_<module_name>_moduleDeinit()
Module deinitialization function.
The following table lists the Custom transformation API functions:
Function
Description
INFA_CTSetDataAccessMode()
Set data access mode function.
INFA_CTGetAncestorHandle()
Get ancestor handle function.
INFA_CTGetChildrenHandles()
Get children handles function.
INFA_CTGetInputPortHandle()
Get input port handle function.
INFA_CTGetOutputPortHandle()
Get output port handle function.
INFA_CTGetInternalProperty<datatype>()
Get internal property function.
INFA_CTGetAllPropertyNamesM()
Get all property names in MBCS mode function.
INFA_CTGetAllPropertyNamesU()
Get all property names in Unicode mode function.
INFA_CTGetExternalProperty<datatype>M()
Get external property in MBCS function.
INFA_CTGetExternalProperty<datatype>U()
Get external property in Unicode function.
INFA_CTRebindInputDataType()
Rebind input port datatype function.
INFA_CTRebindOutputDataType()
Rebind output port datatype function.
INFA_CTGetData<datatype>()
Get data functions.
INFA_CTSetData()
Set data functions.
INFA_CTGetIndicator()
Get indicator function.
INFA_CTSetIndicator()
Set indicator function.
INFA_CTGetLength()
Get length function.
INFA_CTSetLength()
Set length function.
INFA_CTSetPassThruPort()
Set pass-through port function.
INFA_CTOutputNotification()
Output notification function.
INFA_CTDataBdryOutputNotification()
Data boundary output notification function.
INFA_CTGetErrorMsgU()
Get error message in Unicode function.
INFA_CTGetErrorMsgM()
Get error message in MBCS function.
INFA_CTLogMessageU()
Log message in the session log in Unicode function.
INFA_CTLogMessageM()
Log message in the session log in MBCS function.
INFA_CTIncrementErrorCount()
Increment error count function.
INFA_CTIsTerminateRequested()
Is terminate requested function.
INFA_CTBlockInputFlow()
Block input groups function.
INFA_CTUnblockInputFlow()
Unblock input groups function.
INFA_CTSetUserDefinedPtr()
Set user-defined pointer function.
INFA_CTGetUserDefinedPtr()
Get user-defined pointer function.
INFA_CTChangeStringMode()
Change the string mode function.
INFA_CTSetDataCodePageID()
Set the data code page ID function.
INFA_CTGetRowStrategy()
Get row strategy function.
INFA_CTSetRowStrategy()
Set the row strategy function.
INFA_CTChangeDefaultRowStrategy()
Change the default row strategy of a transformation.
The following table lists the Custom transformation array-based functions:
Function
Description
INFA_CTAGetInputRowMax()
Get maximum number of input rows function.
INFA_CTAGetOutputRowMax()
Get maximum number of output rows function.
INFA_CTASetOutputRowMax()
Set maximum number of output rows function.
INFA_CTAGetNumRows()
Get number of rows function.
INFA_CTASetNumRows()
Set number of rows function.
INFA_CTAIsRowValid()
Is row valid function.
INFA_CTAGetData<datatype>()
Get data functions.
INFA_CTAGetIndicator()
Get indicator function.
INFA_CTASetData()
Set data function.
INFA_CTAGetRowStrategy()
Get row strategy function.
INFA_CTASetRowStrategy()
Set row strategy function.
INFA_CTASetInputErrorRowM()
Set input error row function for MBCS.
INFA_CTASetInputErrorRowU()
Set input error row function for Unicode.

0 COMMENTS

We’d like to hear from you!