Import BPMNFlowchart bug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dimyy
    Active Community Member
    • Jun 2018
    • 569

    Import BPMNFlowchart bug

    Import exported BPMNFlowchart is broken if formula contain semicolon.
    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    I could not reproduce. Could you provide an SQL dump of the row?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dimyy
      Active Community Member
      • Jun 2018
      • 569

      #3
      Attachment contain exported flowchart. Reproduced on demo.espocrm.com

      Attached Files

      Comment

      • yuri
        Member
        • Mar 2014
        • 8511

        #4
        The export file is bad. But I can't reproduce bad export file. So I ask SQL of your flowchart to try to reproduce.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • dimyy
          Active Community Member
          • Jun 2018
          • 569

          #5
          Originally posted by yuri
          The export file is bad. But I can't reproduce bad export file. So I ask SQL of your flowchart to try to reproduce.
          Done (in attachment)
          Attached Files

          Comment

          • yuri
            Member
            • Mar 2014
            • 8511

            #6
            Thanks. It's a known issue with fputcsv function. Fix: https://github.com/espocrm/espocrm/c...aebe9e100d8bef. Hope it won't bring other troubles. I tested it a bit and seems it's working fine.
            Last edited by yuri; 11-08-2021, 03:36 PM.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment


            • dimyy
              dimyy commented
              Editing a comment
              For v.6:

              application/Espo/Tools/Export/Formats/Csv.php

              identical edits - everything is ok
          Working...