/
Import Binary Files

Import Binary Files

Scenario

Not all files come in as fixed format file. Sometimes data files have no formal structure or markers. In this case it may be possible to parse the file using binary file processing.

Take a file with no fixed format. Process it into a PhixFlow table.

Solution:

  • Set up a file collector with a type = Binary File
  • Define the grammar for the file.
  • Process the file into a table.

Learn More

Related content

Create Unique Indexes or Record Identifiers
Create Unique Indexes or Record Identifiers
Read with this
Import Binary Files
Import Binary Files
More like this
Process Separate Files into Separate Tables
Process Separate Files into Separate Tables
Read with this
Load Binary Files
Load Binary Files
More like this
System Configuration
System Configuration
Read with this
Binary File Processing
Binary File Processing
More like this