Skip to content

feat: implement csv parser with unist/mircomark stack - #1468

Merged
atinux merged 6 commits into
mainfrom
refactor/csv
Aug 25, 2022
Merged

feat: implement csv parser with unist/mircomark stack#1468
atinux merged 6 commits into
mainfrom
refactor/csv

Conversation

@farnabaz

Copy link
Copy Markdown
Member

🔗 Linked issue

resolves#1440

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR attempts to replace CSV parser package with a custom parser based on unist/remark stack.
This approach will be compatible with all deploy targets and also, as of my tests the performance is better than external package

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify

netlifyBot commented Aug 22, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt-content ready!

NameLink
🔨 Latest commit8a53baf
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt-content/deploys/6304dd8e291b4f0009d216d1
😎 Deploy Previewhttps://deploy-preview-1468--nuxt-content.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@farnabaz
farnabaz marked this pull request as draft August 22, 2022 15:41
@atinuxatinux changed the title refactor: implement csv parser with unist/mircomark stack stackrefactor: implement csv parser with unist/mircomark stackAug 22, 2022
@farnabaz
farnabaz marked this pull request as ready for review August 23, 2022 11:42
@farnabaz
farnabaz requested a review from atinuxAugust 24, 2022 12:41
@atinuxatinux changed the title refactor: implement csv parser with unist/mircomark stackfeat: implement csv parser with unist/mircomark stackAug 25, 2022
@atinux
atinux merged commit ce5397d into mainAug 25, 2022
@atinux
atinux deleted the refactor/csv branch August 25, 2022 14:01
@atinux

Copy link
Copy Markdown
Member

Amazing work 🤯

@farnabazfarnabaz mentioned this pull request Sep 2, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace csvtojson with modern package

2 participants

@farnabaz@atinux