About 2025 Release 2

This release represents a major upgrade for Import Rx. We are excited to introduce the ability to directly import files into the “Big Table” object. This includes direct support for .csv and .txt files, and the ability to save file mappings so they can be reused.

Overview

Import Rx 2025 Release 2 features significantly enhanced data handling and import capabilities that support the seamless conversion of .csv and .txt file data into Big Table records.

Highlights of this release include:

Note:
You can find detailed documentation for all of the release features in this new section of the user guide.

Considerations & Limitations

  • Import Rx supports the following delimiters:

    1. Comma (,)
    2. Comma with space (, )
    3. Pipe (|)
    Comma with space delimiter limitation: When the user uploads a .txt file using a comma with a space as the delimiter, with headers and all text fields, the Big Table record processes the text field value only up to the comma.



  • Batch Processing Control: If you experience batch errors with large files, you can reduce the value of the File_Row_Limit custom metadata setting (default 2500) to create smaller batches and successfully process the records.
  • Text Spaces/Quotes: Leading/trailing spaces are not trimmed and are inserted exactly as they appear. However, double quotes (") used to enclose text in a .csv file are automatically removed on import.