Help

Import Rich Text Field

Topic Labels: ImportingExporting
1150 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Kyle_Simmons
4 - Data Explorer
4 - Data Explorer

I’m trying to import text from a CRM that contains formatting like the below.

<'div>note taken during conversation. ‘&nbsp’;</'div>

Right now, Airtable CSV import prints the html tags as part of the note. Is there a way to have the rich text feature work on imported data? I realize Airtable may not support all the formatting but trying to get the basics to work.

I haven’t found a way and curious if there is a utility or process to facilitate this process. Thanks. Kyle

1 Reply 1

Welcome to the community, @Kyle_Simmons!

The rich text field does not support HTML tags. It supports a small subset of markdown syntax while you are manually typing text within the cell, but even that small subset of markdown doesn’t work for copying & pasting markdown into cells or for importing markdown data into cells. (In fact, Airtable doesn’t allow importing into rich text fields at all.)

The only way to get markdown automatically recognized by the rich text field is to use Airtable’s REST API, which you can access via scripting, or by using a low-code automation tool like Zapier.com or Make.com.

You could even use Make’s HTML to Markdown converter to convert your HTML to markdown before sending it to Airtable, but again, Airtable doesn’t support all markdown functions so you’d probably need to test this out to see how good your final results are.

Make can be extremely difficult to figure out, but if you have a budget and can hire an expert consultant to help you, please feel free to reach out to me at scottworld.com to help you automate this process for you.

I haven’t tried this out with Zapier, but I’m assuming that similar tools exist there.

There are also scripting experts in these forums who could help you with this, if you choose to do it via scripting.