-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new plugin to handle csv files #1496
Conversation
Deploy preview failed. Built with commit 944429b https://app.netlify.com/sites/using-styled-components/deploys/59687c9e424ef26655a89a05 |
Deploy preview ready! Built with commit 944429b |
Deploy preview ready! Built with commit 944429b |
Deploy preview ready! Built with commit 944429b |
Deploy preview failed. Built with commit 6f913b7 https://app.netlify.com/sites/using-contentful/deploys/5967450ba700c4082663d772 |
Deploy preview failed. Built with commit 6f913b7 https://app.netlify.com/sites/using-postcss-sass/deploys/5967450ba700c4082663d763 |
Looks great! Could you also add a really simple example site? One JS component page that queries data from a sample csv file. Perhaps could just output it into a table or something? |
Sure thing! |
Very basic example but I hope it explains enough. |
Deploy preview failed. Built with commit 944429b https://app.netlify.com/sites/image-processing/deploys/59687c9e424ef26655a899ff |
Sorry for the slow merge, been traveling but this is really really awesome! Thanks for such a nice PR! |
Hiya @ssonal! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
Adds support for csv parsing.
Related to #1199