Skip to content

Transform ToLower not converting string to lowercase #13

Closed

Description

branch: issue-13

	{
		Name:        "resource_group",
		Description: ColumnDescriptionResourceGroup,
		Type:        proto.ColumnType_STRING,
		Transform:   transform.FromField("ResourceGroup").Transform(transform.ToLower),
	},
> select resource_group from azure.azure_storage_table;
+----------------+
| RESOURCE_GROUP |
+----------------+
| Lalit_test     |
+----------------+
> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriagebug requiring triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions