Why Pyspark change numeric data from a json payload even when I read as string
When I’m reading some json payloads PySpark is changing the data even if I read it as a StringType and I want this as a String because I don’t want to have each field as a column at this step. I just want to get this payload as String as it is in payload/source file