B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
public String process( CMXContext context, String in, String additionalFilesDir, CMXEventReporter reporter) throws Exception
Parameter
| Description
|
|---|---|
context
| In: An object containing the properties that the script passes to the component. The
parameters method of the object returns a vector containing the property values.
|
in
| In: The full path of the file upon which the component should operate.
|
additionalFilesDir
| Out: Optionally, the path of a temporary directory where the component writes files. At the end of processing, the script deletes the entire directory content.
|
reporter
| In: An object providing the report method, which the component can use to write events to the event log.
|
reporter
| Out: The full path of a file that contains the output of the component.
|