gatsby-source-airtable icon indicating copy to clipboard operation
gatsby-source-airtable copied to clipboard

Combining fileNode and text/markdown mappings

Open akiarostami opened this issue 3 years ago • 2 comments

This is previously reported bug (#41) which seems to be unresolved. I couldn't re-open the old one, so I filed a new issue. I hope that's fine.

When I have either fileNode or text/markdown in a single table's mapping, everything seems to be fine. But when I have both for one table I see the following error:

AirtableField.raw:
 - type: array
   value: [ ..., { id: 'atte2xZRBwvF4U3UI', url: 'https://dl.airtable.com/.attachments/746a07721477d9cd1e54d05a9ab60856/0d3929eb/picture.jpg', filename:
'picture.jpg', size: 138519, type: 'image/jpeg', thumbnails: [Object] }, ... ]
 - type: string
   value: 'Welcome to out blog.\n'

akiarostami avatar May 04 '21 21:05 akiarostami

I believe we have addressed this, but it doesn't seem to docs represent it well. I believe the 4th paragraph in using markdown and attachments.

Always appreciate doc PRs clearing things up if this does indeed address your issue. 🙏

jbolda avatar May 25 '21 06:05 jbolda

This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.

github-actions[bot] avatar Jun 25 '21 01:06 github-actions[bot]

Presuming this is no longer an issue.

jbolda avatar Jan 28 '23 07:01 jbolda