Export actions
Use the Export actions to set up and write information to the export text file.
The Export actions can setup lineitem values, batch, document and page variables, path locations, before exporting the information.
- BatchVariable_ExportValue
Exports the value contained in the specified batch-level variable. - BlankFields
Inserts n blank fields into the Export file, adjacent to the current field. - BlankLines
Inserts n blank lines into the Export file. - BPilot
Exports the value assigned to the Batch Pilot property designated as the parameter. - CloseExportFile
Closes the currently opened Export file. - DCOProperty
Exports the value assigned to the DCO property that you designate as the parameter. - DocumentVariable_ExportValue
Exports the value that is contained in the specified Document-level variable. - ExportAllFields
Exports all field values on the current page, including values of Line Item Detail sub-fields - with exceptions. - ExportFieldValue
Exports the specified Field object's value to the Export file. - ExportMYValue
Exports the current field value to the Export file. - ExportSmartParameter
Exports an evaluated smart parameter value to the Export file. - ExportToBatchDir
Specifies that the path for the current Export file (txt) is the Batch directory. - Filler
Adds a string of identical filler characters to the Export. - FixedLenLJ
Exports a specified number of characters from a field's left end (left-justified). - FixedLenRJ
Exports a specified number of characters from a field's right end (right-justified). - GetDATE
Exports today's Date in the format specified as the parameter. - GetProfileString
Accesses a Settings file (.ini) and adds a value in that file to your Export file. - GetTime
Exports the current Time in the format specified as the parameter. - LineItem_AddElement
Includes the specified Line Item Field object as an element of a Line Item Array. - LineItem_BlankFields
Includes the specified number of blank fields as elements of a Line Item Array. - LineItem_ClearElements
Clears values in the Line Item Array. - LineItem_ExportElements
Exports the captured values in a page's Line Item Array that have been populated with LineItem_AddElement actions. - LineItem_SmartParameter
Add a smart parameter algorithm as an element of a Line Item Array. - NewLine
Starts a new line in your Export file. - PageVariable_ExportValue
Exports runtime values assigned to a variable of the bound Page object of the Document Hierarchy. - ResetFieldVariables
Resets the variables of the bound Field object of the Document Hierarchy. - SaveFilePathAsVariable
Saves the path and name of your Export file to the variable specified by the parameter. - SetCSV
Ensures that all exported values are delimited by a comma separator. - SetElementSeparator
Ensures that all exported values are delimited by a separator designated as the parameter. - SetExportFileEncodingAsASCII
Determines if the Export file is created with ASCII or UNICODE encoding. - SetExportPath
Specifies the path to the Export file's location. Alternatively, you can use a Smart Parameter to identify a Paths.ini file that has a set of path parameters for your application. - SetExtensionName
Assigns an extension to the current Export file. - SetFileName
Assigns a name to the current Export file. - SetFill
Sets the filler character to be used to expand the current value of a field in a flat file, if the field's allowable length is greater than the length of its current export value. - SetFixedLength
Uses the Numeric value you enter as a parameter to establish a fixed length of a value exported from the current field. - SetIgnoreFieldStatus
Assigns a Numeric value to the application's SetIgnoreStatus variable. Any field with this status cannot export data to an Export file or database. - SetJustified
Right-justifies or left-justifies a field's exported values. - SetOMR_Separator
For multi-punch OMR fields, uses the parameter's value as the separator character. - SetSpaceFill
Specifies the use of the ASCII 32 space as the global filler value to be used to expand the current value of a field in a flat file, if the field's allowable length is greater than the length of its current export value. - SetZeroFill
Sets the ASCII 48 zero as the global filler value to be used to expand the current value of a field in a flat file, if the field's allowable length is greater than the length of its current export value. - Text
Places a string into the Export file. - Variable_ExportValue
Exports the value assigned to a variable of the current object of the Document Hierarchy. - Variable_IsValue
Checks to see if the parameter value matches the value assigned to a variable of the current object of the Document Hierarchy.
Parent topic: Global actions