Help Center/ ROMA Connect/ Troubleshooting/ Common Data Integration Tasks/ All Data Is Written to the First Field of MRS Hive
Updated on 2022-02-21 GMT+08:00

All Data Is Written to the First Field of MRS Hive

Cause Analysis

Column separators are used during table creation.

Solution

Run the following command in the database to set the separator:

alter table Table name set serdeproperties('field.delim'='Separator')