Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Data Inconsistency excel files different structure - build a model

Hi Guys, I need to build a model using excel files which has different structure into a unique structure.   My client has a bunch of excel files coming from an APP (CostX)  The excel files have d...
  • Anonymous's avatar
    Anonymous
    6 years ago

    HI Anonymous ,

    For large amount of randomly structure files, I'd like to suggest you do these transform/conversation by external tools instead of M query code. (notice: these M query codes of transform are complex, low performance and hard to maintain, you need to manually fix these steps codes every time major data structure changes)

    In fact, current I haven't found any simple solutions to automatically handle fully randomly data structure formatting, maybe you can try to machine learning?

    Guide to File Formats for Machine Learning: Columnar, Training, Inferencing, and the Feature Store 

    Regards,

    Xiaoxin Sheng