Hi everyone,
I'm encountering a data integrity issue when transferring a large set of records from Google Sheets into Airtable, and I’d really appreciate any advice.
**Scenario:**
I maintain an a list in Google Sheets. The "Source URL" column contains rich-text hyperlinks — for example, display text like `Narrative Enneagram Resources` linking to `https://www.narrativeenneagram.org/resources/`.
**Issue:**
When I click the link, it shows an error because the URL has become http://narrative%20enneagram%20resources/
instead of the correct URL
When I try to bring this data into Airtable, the URLs get misconverted. No matter the method I use:
- **Copy-pasting** a multi-row range directly into a URL field,
- **Importing** via _Add base ▸ Import data ▸ Google Sheets_, or
- **Exporting as CSV** and importing into Airtable,
**Question:**
Is there any way to preserve the original hyperlinks (i.e., the actual `href` URLs)?
Thank you so much for any help!