I want to convert a csv file into a json or an array of objects in react native. I know there are eternal libraries like Papa Parse for react, but I'm not sure if they work with React native. Is there any way to do this in react native?
Asked
Active
Viewed 83 times
0
-
Does this help? https://stackoverflow.com/q/45057465/10718641 – Abe Jan 22 '22 at 21:02
-
Does this answer your question? [How to compare arrays in JavaScript?](https://stackoverflow.com/questions/7837456/how-to-compare-arrays-in-javascript) – pringi Jan 26 '22 at 16:52