About 2025 Release 2
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:
- Support for both .csv and .txt file formats for data upload
- Intelligent data prioritization
- Introduction of 49 new fields to the Big Table
sObject, all prefixed withImport - New tabs and tab order
Note:
You can find detailed documentation for each of these features in this new section of the user guide.
Considerations & Limitations
-
Import Rx supports the following delimiters:
- Comma (,)
- Comma with space (, )
- 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_Limitcustom 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.

