{"id":16644872,"url":"https://github.com/toyama0919/embulk-input-inline","last_synced_at":"2025-10-30T12:31:16.019Z","repository":{"id":59153331,"uuid":"61098449","full_name":"toyama0919/embulk-input-inline","owner":"toyama0919","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-14T06:57:12.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T08:32:00.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/toyama0919.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-14T06:42:44.000Z","updated_at":"2017-03-02T04:15:44.000Z","dependencies_parsed_at":"2022-09-13T11:01:28.763Z","dependency_job_id":null,"html_url":"https://github.com/toyama0919/embulk-input-inline","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-input-inline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-input-inline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-input-inline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-input-inline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyama0919","download_url":"https://codeload.github.com/toyama0919/embulk-input-inline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238968188,"owners_count":19560585,"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-12T08:12:34.561Z","updated_at":"2025-10-30T12:31:10.710Z","avatar_url":"https://github.com/toyama0919.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inline input plugin for Embulk\n\nInline input plugin for Embulk.\n\n## Overview\n\n* **Plugin type**: input\n* **Resume supported**: no\n* **Cleanup supported**: no\n* **Guess supported**: no\n\n## Configuration\n\n- **schema**: embulk schema (array, required)\n  - **name**: column name (string, required)\n  - **type**: column type (string, required)\n- **data**: input data (array, required)\n\n## Example\n\n```yaml\nin:\n  type: inline\n  schema:\n    - { name: long_column, type: long }\n    - { name: string_column, type: string }\n    - { name: double_column, type: double }\n    - { name: boolean_column, type: boolean }\n    - { name: json_column, type: json }\n    - { name: timestamp_column, type: timestamp }\n  data:\n    - { long_column: 1, string_column: test, json_column: { id: 1, name: toyama }, double_column: 0.1, boolean_column: true, timestamp_column: '2016-06-14 15:19:05' }\n    - { long_column: 2, string_column: test, json_column: { id: 2, name: toyama }, double_column: 0.1, boolean_column: true, timestamp_column: '2016-06-14 15:19:05' }\n    - { long_column: 3, string_column: test, json_column: { id: 3, name: toyama }, double_column: 0.1, boolean_column: true, timestamp_column: '2016-06-14 15:19:05' }\n    - {}\n    - { long_column: 4 }\n\nout:\n  type: stdout\n```\n\n### Output\n```\n2016-06-14 15:40:47.724 +0900: Embulk v0.8.9\n2016-06-14 15:40:49.046 +0900 [INFO] (0001:preview): Loaded plugin embulk/input/inline from a load path\n+------------------+----------------------+----------------------+------------------------+--------------------------+----------------------------+\n| long_column:long | string_column:string | double_column:double | boolean_column:boolean |         json_column:json | timestamp_column:timestamp |\n+------------------+----------------------+----------------------+------------------------+--------------------------+----------------------------+\n|                1 |                 test |                  0.1 |                   true | {\"id\":1,\"name\":\"toyama\"} |    2016-06-14 06:19:05 UTC |\n|                2 |                 test |                  0.1 |                   true | {\"id\":2,\"name\":\"toyama\"} |    2016-06-14 06:19:05 UTC |\n|                3 |                 test |                  0.1 |                   true | {\"id\":3,\"name\":\"toyama\"} |    2016-06-14 06:19:05 UTC |\n|                  |                      |                      |                        |                          |                            |\n|                4 |                      |                      |                        |                          |                            |\n+------------------+----------------------+----------------------+------------------------+--------------------------+----------------------------+\n```\n\n## Build\n\n```\n$ rake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-input-inline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyama0919%2Fembulk-input-inline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-input-inline/lists"}