Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Feature Request: Unflatten Function for CSV parsing #20

@MacMcIrish

Description

@MacMcIrish

Issue:

Manually formatting data before sending to intercom is clunky and prone to errors. Data in the CSV can be ignored when sending if not explicitly included in the cmd line argument.

Solution:

Do the formatting in the input CSV so that nested data headers are of the format parent.child.

Example:

A CSV formatted such as:

company_id,custom_attributes.enabled
0,true

Requirements

Unflatten function to parse the CSV headers into parent/child objects appropriately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions