• Merges a provided csv string into the provided values object.

    Parameters

    • csvString: string

      The csv string to merge (source)

    • currentValues: ZValues

      The values object to merge into (destination)

    Returns ZValues

    The new values object.

    This can very likely be improved.

    I couldn't quite figure out how to do it in a way that was cleaner than this.