{"id":18615005,"url":"https://github.com/andrewjbateman/ionic-angular-csvdata","last_synced_at":"2025-11-03T03:30:32.593Z","repository":{"id":41766273,"uuid":"213887265","full_name":"AndrewJBateman/ionic-angular-csvdata","owner":"AndrewJBateman","description":":clipboard: App built with Ionic using code from another great tutorial by Simon Grimm of the Ionic Academy","archived":false,"fork":false,"pushed_at":"2023-02-04T05:46:21.000Z","size":3301,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T02:45:13.279Z","etag":null,"topics":["angular","angular15","cordova","cordova-plugin","csv-parser","html5","ionic","ionic6","scss-styles","social-buttons","tutorial-code"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-09T10:21:00.000Z","updated_at":"2023-01-31T17:37:34.000Z","dependencies_parsed_at":"2023-02-18T14:15:37.980Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-angular-csvdata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-csvdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-csvdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-csvdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-csvdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-csvdata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406450,"owners_count":19633024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular15","cordova","cordova-plugin","csv-parser","html5","ionic","ionic6","scss-styles","social-buttons","tutorial-code"],"created_at":"2024-11-07T03:27:48.852Z","updated_at":"2025-11-03T03:30:32.549Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Angular Explorer\n\n* App to open a locally-stored Comma Separated Values (CSV) file and allow it to be modified and saved/shared via a social media plugin if using a mobile or as a xls file if using a PC.\n* This is another great tutorial from [Simon Grimm of the IonicAcademy](https://www.youtube.com/user/saimon1924) - see [:clap: Inspiration](#clap-inspiration) below.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-csvdata?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-csvdata?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-csvdata?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-csvdata?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Angular Explorer](#zap-ionic-angular-explorer)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Includes 'export' button top left to save the file to social media etc.\n* The **Cordova-plugin-file** plugin implements a File API allowing read/write access to files stored on the device.\n* The **cordova-plugin-x-socialsharing** shares text, files, images and links via social networks, sms and email.\n\n## :camera: Screenshots\n\n![screenshot](./img/home_csv.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v6](https://ionicframework.com/)\n* [Ionic/angular v6](https://ionicframework.com/)\n* [Angular v15](https://angular.io/)\n* [cordova-plugin-file v7](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/)\n* [cordova-plugin-x-socialsharing v6](https://ionicframework.com/docs/native/social-sharing)\n* [mholt: Fast and powerful CSV (delimited text) parser - github link](https://github.com/mholt/PapaParse)\n* [ngx-papaparse v6](https://github.com/alberthaff/ngx-papaparse) \u0026 [Albert Haff website](https://alberthaff.dk/projects/ngx-papaparse/docs/v4)\n\n## :floppy_disk: Setup\n\n* To start the server on _localhost://8100_ type: 'ionic serve'\n* To start the server on a mobile using Ionic devapp and connected via wifi, type: 'ionic serve --devapp'\n* The Ionic DevApp was installed on an Android device from the Google Play app store.\n\n## :computer: Code Examples\n\n* code from Cordova plugin to open a file on a mobile device file system with its default application\n\n```typescript\n// parse data asynchronously as per papa parse documentation.\nthis.papa.parse(csvData, {\n    complete: parsedData =\u003e {\n    this.headerRow = parsedData.data.splice(0, 1)[0];\n    this.csvData = parsedData.data;\n    console.log('data array: ', this.csvData);\n    }\n});\n```\n\n## :cool: Features\n\n* CSV file access and editing.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working. Tested using Ionic server and Ionic devapp. Passes linting.\n* To-do: nothing\n\n## :clap: Inspiration\n\n* [Simon Grimm IonicAcademy Youtube video 'Ionic Native File Explorer'](https://www.youtube.com/watch?v=tyZjicNtbyk)\n* [Written version of tutorial from Devtactic website: How to Import \u0026 Export CSV Data using Papa Parse with Ionic](https://devdactic.com/csv-data-papa-parse-ionic/)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-csvdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-csvdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-csvdata/lists"}