{"id":16714698,"url":"https://github.com/civitaspo/embulk-filter-to_json","last_synced_at":"2025-04-10T06:13:20.788Z","repository":{"id":51802983,"uuid":"50177478","full_name":"civitaspo/embulk-filter-to_json","owner":"civitaspo","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-09T22:44:47.000Z","size":146,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T15:28:40.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/civitaspo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"civitaspo"}},"created_at":"2016-01-22T11:29:30.000Z","updated_at":"2021-05-09T22:43:39.000Z","dependencies_parsed_at":"2022-08-17T15:45:34.147Z","dependency_job_id":null,"html_url":"https://github.com/civitaspo/embulk-filter-to_json","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civitaspo%2Fembulk-filter-to_json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civitaspo%2Fembulk-filter-to_json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civitaspo%2Fembulk-filter-to_json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civitaspo%2Fembulk-filter-to_json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/civitaspo","download_url":"https://codeload.github.com/civitaspo/embulk-filter-to_json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166925,"owners_count":21058481,"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":[],"created_at":"2024-10-12T21:06:35.679Z","updated_at":"2025-04-10T06:13:20.768Z","avatar_url":"https://github.com/civitaspo.png","language":"Java","funding_links":["https://github.com/sponsors/civitaspo"],"categories":[],"sub_categories":[],"readme":"# To Json filter plugin for Embulk\n\nConvert a record to jsonl.\n\n## Overview\n\n* **Plugin type**: filter\n\n## Configuration\n\n- **column**: output json column (optional)\n  - **name** (string, default: `\"json_payload\"`)\n  - **type** string or json (string, default: `\"string\"`)\n- **skip_if_null**: input column name list (array of string, default: `[]`)\n- **default_timezone**: option for timestamp column, specify the timezone of timestamp value (string, default is `UTC`)\n- **default_format**: option for timestamp column, specify the format of timestamp value (string, default is `%Y-%m-%d %H:%M:%S.%N %z`)\n\n## Example\n\n```yaml\nfilters:\n  - type: to_json\n    column:\n      name: test\n      type: string\n    skip_if_null: [id]\n    default_timezone: Asia/Tokyo\n```\n\n## Run Example\n\n```\n$ ./gradlew classpath\n$ embulk run -I lib example/config.yml\n```\n\n## Build\n\n```\n$ ./gradlew gem  # -t to watch change of files and rebuild continuously\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivitaspo%2Fembulk-filter-to_json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivitaspo%2Fembulk-filter-to_json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivitaspo%2Fembulk-filter-to_json/lists"}