I have been trying to add additional column in parquet file through copy activity pipeline to copy from csv file to parquet but it is giving me error the column name is invalid. Column name cannot contain these character:[,;{}()\n\t=]
I am adding only filename as column name in additional column at source and taking $$filepath as value.



