web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

DURING EXCEL DATA IMPORT - LINE FEEDS CONVERTED TO _X000D_

(0) ShareShare
ReportReport
Posted on by 421

Hi ,

As I am Importing the data into dynamics using excel and after the imports this  _x000d_ automatically added into the data, this obviously impacts the content.

So I want to remove these _X000D_ from my records. As I am importing the email activity data and I am facing this issue into the  Notes Field_5F00_X000d_5F00_.png.

I have the same question (0)
  • Suggested answer
    Wahaj Rashid Profile Picture
    11,321 on at
    RE: DURING EXCEL DATA IMPORT - LINE FEEDS CONVERTED TO _X000D_

    Hi,

    Thank you for your query.

    This is happening because of carriage return (next line) in the Email Body when you import from Excel.

    To fix this, you have to remove the carriage return from the excel file, using one of the following formulas:

    • Replace([field],CharFromInt(13),"")
    • If you need the next line:
        • REGEX_REPLACE([field],"_x000D_","")  - (this will remove the carriage return)
        • REGEX_REPLACE([field],"_x000D_", CharFromInt(13)) -  this will replace the "_x000D_" with Carriage Return Char (which is Char(13)).

    I would suggest you get the HTML email body (instead of plain text so you do not run into this issue) or avoid using Excel import.

    Another approach is to update the data in Dynamics 365 after your import it (replace the "_x000D_" using a plugin or webapi).

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daniyal Khaleel Profile Picture

Daniyal Khaleel 152

#2
DAnny3211 Profile Picture

DAnny3211 89

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 67 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans