Hi,
Can we use config file to change pyspark dataframe attribute names (root, nested of both struct and array type) .
Actually in input we are getting attributes in lowercase we need to convert them into camel case(please note we don't have any separators in attribute name to use or build camel functions or libraries.
We are trying to implement it in pyspark.
Please add your suggestions over here
Thank you