{"id":24747692,"url":"https://github.com/masa0902dev/csv-control-nodejs","last_synced_at":"2026-04-28T00:32:19.825Z","repository":{"id":231485872,"uuid":"781854500","full_name":"masa0902dev/csv-control-nodejs","owner":"masa0902dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-08T07:26:30.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-19T03:40:11.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masa0902dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-04T07:01:19.000Z","updated_at":"2024-04-04T07:01:50.000Z","dependencies_parsed_at":"2025-06-19T03:43:19.279Z","dependency_job_id":null,"html_url":"https://github.com/masa0902dev/csv-control-nodejs","commit_stats":null,"previous_names":["masa0902dev/csv-control-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masa0902dev/csv-control-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa0902dev%2Fcsv-control-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa0902dev%2Fcsv-control-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa0902dev%2Fcsv-control-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa0902dev%2Fcsv-control-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masa0902dev","download_url":"https://codeload.github.com/masa0902dev/csv-control-nodejs/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masa0902dev%2Fcsv-control-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-01-28T05:17:32.437Z","updated_at":"2026-04-28T00:32:19.810Z","avatar_url":"https://github.com/masa0902dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## makeRandCSV()\nYou can make random csv files with below parameters.  \nIt helps you check whether a system works correctly.  \nBe Careful: If the same name files already exist, these are overwritten.\n\n- dir_path: directory path for generating csv files.\n- length_per_line: the number of data for 1 line.\n- nember_of_csvs: the number of csv files you generate.\n- skip_row: the number of lines of header.\n- max_column: the max number of column.\n- max_value: the max value of each data.\n\n\n## readAllLineCSV()\nYou can read all lines of 1 csv file excluded a header.\n\n\n## readLastNLineCSV()\nYou can read last N lines of 1 csv file.  \n- If the csv file has a blank line in a last line, it is ignored.\n\n\n## rmAllLastLineOfCSV()\nYou can remove a last line of csv files that exist in a specified directory path.  \n- If the csv files has a blank line in a last line, it is ignored.\n\n\n## rmLastLineOfCSV()\nYou can remove a last line of a csv file you specified.  \n- If the csv file has a blank line in a last line, it is ignored.\n\n\n## writeNewCSV()\nYou can write some data on a specified new csv file.  \n- If the csv file does not exist, a new file is generated and write data in. If the csv file exists, this function throws an error.\n\n\n## appendInCSV()\nYou can append some data on a specified csv file.  \n- If the csv file does not exist, a new file is generated and write data in. If the csv file exists, appends the data.  \n- If the length of data you want to append is different from the length of a line in existing csv file, this function throws an error.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasa0902dev%2Fcsv-control-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasa0902dev%2Fcsv-control-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasa0902dev%2Fcsv-control-nodejs/lists"}