Forum Discussion

tinbaj's avatar
tinbaj
Frequent Visitor
1 year ago
Solved

Reusable function for data transformation - user data functions

I retrieve data from JDE as the source, and the table contains date fields where the information is stored as Julian dates. Currently, there are 8 different sources, with one notebook for each source...
  • tinbaj's avatar
    tinbaj
    1 year ago

    HI v-ssriganesh ,

     

    As I explained in my previous response, based on Microsoft's response, the User data Functions cannot be used for transformations in the dataframe. Therefore, we need to utilize PySpark's native functions to transform data in the User data functions. So, I need to tweak my solution a bit and not use User data functions for Fabric but instead use pyspark.udf to do the transformation.

     

    I think I know the way ahead now. Thanks for your support and help. We can close the ticket now.