Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Data Upload using MXLOADER to Job Plan Task Long Description with text formating

    Posted Tue June 13, 2023 12:00 PM

    Hello everyone,

    In Maximo 7.6, we are using MXLOADER to upload data

    Our Business has provided Job Plans data and it has formatting for JP Tasks, including Bold, Italics, Numbering
    The data is in Excel data templates
    Can anyone let us know how this data can be uploaded (again using MXLOADER) so that the data is uploaded with the existing formatting

    Thanks in Advance



    ------------------------------
    mx pro
    ON
    ------------------------------


  • 2.  RE: Data Upload using MXLOADER to Job Plan Task Long Description with text formating

    Posted Tue June 13, 2023 01:59 PM
      |   view attached

    Hi mx pro,

    I'm assuming that we are talking about JOBTASK.DESCRIPTION_LONGDESCRIPTION and your object structure is prepared to receive values for this field (check this IBM tech note).

    If yes then I think you need to to that in this way:

    1. You need to convert job task long description that was prepare by your business from excel cell formatting to html formatting. You can do that by using custom macro function that was described in this stackoverflow post: https://stackoverflow.com/questions/33620147/convert-rich-text-to-html-formatting-tags. I also prepared for you excel file with this macro so you can use it (please find attached ConvertTextToHTML.xlsx file in zip).
    2. Then you need to copy formatted value into the MXLOADER and upload into the Maximo (please find MxLoader_JOBPLAN.xlsm file in zip)
    3. After data upload you should see this as a result in Maximo:

    I hope these steps will help you.



    ------------------------------
    Bartosz Marchewka
    ------------------------------

    Attachment(s)

    zip
    MXLOADER_and_converter.zip   599 KB 1 version


  • 3.  RE: Data Upload using MXLOADER to Job Plan Task Long Description with text formating

    Posted Tue June 13, 2023 02:24 PM
      |   view attached

    Please use ConvertTextToHTML.xlsm file from this zip ConvertTextToHTMLWithMacro.zip. Old one didn't include macro function.



    ------------------------------
    Bartosz Marchewka
    ------------------------------

    Attachment(s)



  • 4.  RE: Data Upload using MXLOADER to Job Plan Task Long Description with text formating

    Posted Wed June 14, 2023 09:14 AM

    WoW...

    I am really grateful with the efforts and detailed answer

    thanks alot



    ------------------------------
    mx pro
    ON
    ------------------------------