Open essejmclean opened 1 year ago
I'm also experiencing the same issue
Just having another look at this and I've found that if I run contentful-to-sanity dataset .
I get the following error:
Error: No transformer found for node type "table"
@dist\contentful-rich-text-to-portable-text.cjs.development.js:302:11
It seems that there is no support for transforming tables in rich text content. It would seem logical that an option should be provided to skip over instances like these?
Have the same issue. Is there any updates how to solve it?
Error: No transformer found for node type "table" @dist\contentful-rich-text-to-portable-text.cjs.development.js:302:11
@alex-mbp Had that same issue as well. Were you able to bypass this?
Error: No transformer found for node type "table" @dist\contentful-rich-text-to-portable-text.cjs.development.js:302:11
@alex-mbp Had that same issue as well. Were you able to bypass this?
I didn't pursue it any further but imagine that the possible solutions include removing table nodes from the Contentful export if they aren't critical, or creating a transformer for the node type.
Have the same issue today, is there any solution for this?
Hi, I am attempting to use this to move a project from Contentful to Sanity and unfortunately running into an issue.
I have created a clean Sanity project and then run
npx contentful-to-sanity@latest -s <space-id> -t <management-token> -a <access-token> ./migrate
with my proper Space ID, Management Token, and API Key.Everything runs fine by the looks of it, though maybe only up to a point, because my
./migrate
directory only contains:contentful.json
contentful.published.json
schema.ts
As far as I understand it should also include a
dataset.ndjson
andsanity.config.ts
.Here is what my terminal logs:
Help on this would be amazing as we are trying to move a client over from Contentful to Sanity (we ♥ Sanity).
p.s. I also came across what I think may be a separate and unrelated issue in the
schema.ts
wherecontentful_imageType
is added to thetypes
object ascontentfulImageType
.