Skip to content

Laravel Small App to Convert CSV into JSON & XML

Notifications You must be signed in to change notification settings

amoosjohn/task-app

Repository files navigation

Laravel Small App to Convert CSV into JSON & XML

Installation process

  • Clone the repository with git clone
  • Copy .env.example file to .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan storage:link
  • Run CLI command to convert csv into json & xml php artisan convert:csv-json-xml path (Ex: D:\FolderName\file.csv)
  • Run php artisan serve to run project
  • launch the main URL
  • On front view search by name or pvp and xml result will appear inside textarea.
  • I have also added postman collection for api result kindly import collection in postman

About

Laravel Small App to Convert CSV into JSON & XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published