Collecting Data From Forms

Tagged: ,

  • Collecting Data From Forms

    Posted by Vince French on December 17, 2022 at 4:52 am

    Is there a way to get the information from a form into the markup list?

    Vince French replied 1 year, 4 months ago 4 Members · 18 Replies
  • 18 Replies
  • Doug McLean

    Member
    December 17, 2022 at 9:11 pm
    Points: 12,689
    Rank: UC2 Brainery Blue Belt II UC2 Brainery Blue Belt II

    In a word, no, but the data can be exported.

    • Vince French

      Member
      December 18, 2022 at 1:50 am
      Points: 11,999
      Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

      I’ve found how to export the data for individual forms but unfortunately this won’t work for the workflow that I was looking at.

      Oh well, time to look for another solution.

      • David Cutler

        Member
        December 18, 2022 at 6:18 am
        Points: 23,462
        Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

        Could you use Power Query to bring the data sets from your forms and your markup list together?

        • Vince French

          Member
          December 19, 2022 at 12:57 am
          Points: 11,999
          Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

          I could at @David Cutler but it would appear that each form would need to be exported individually which won’t work for me as I could have hundreds of them.

          I’ll keep looking for another solution. 😃

  • David Cutler

    Member
    December 19, 2022 at 5:44 am
    Points: 23,462
    Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

    Seems as if I remember discussing exporting form data during a MCR session. I’ll see if I jotted anything down in my notes….

    • David Cutler

      Member
      December 19, 2022 at 8:54 am
      Points: 23,462
      Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

      Have you tried “Merging” the data @Vince ?

      Jason Artley emailed me a follow up to the “Forms” MCR back in June (Thank you Jason!). In his words “Exporting Data is intended for one form at a time…” “Merging Data will allow you to combine all of the data from different forms into a single CSV or XML file. These fields do not need to be open to do this, so this is a super-fast way to consolidate that data.”

      Perhaps this will help?

      • Liz Larsen

        Member
        December 19, 2022 at 9:13 am
        Points: 4,630
        Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

        Nice! I did not know this option existed. I don’t work with forms a lot, so I’d love to hear the results once @Vince tests this.

      • Vince French

        Member
        December 19, 2022 at 9:24 am
        Points: 11,999
        Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

        That’s great @David Cutler ! I’ll definitely have a play about with this feature!

  • Liz Larsen

    Member
    December 19, 2022 at 7:21 am
    Points: 4,630
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    @Vince

    Are the forms identical?

    How many pages long is each form?

    (I might be able to do it with JavaScript… No promises, though)

    • Vince French

      Member
      December 19, 2022 at 9:36 am
      Points: 11,999
      Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

      Hi @Liz

      I’m still playing about with this one at the moment so am not 100% sure of what the actual content will be. However, I do know that the forms will all be a standard format once finalised.

      My next big issue is that I want to place the Forms within Spaces in order that I can automatically allocate the content of the form, along with any measures, when I get to Power Query.

      I know I’m not explaining this very well at the moment but hopefully I’ll be able to show what I mean in a week or two.

      • David Cutler

        Member
        December 19, 2022 at 12:44 pm
        Points: 23,462
        Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

        Could you gather the information in a series text boxes that were grouped and saved as a custom “tool” @Vince ? Text box information would show in the markups list and include the space assignment.

        • Liz Larsen

          Member
          December 19, 2022 at 1:47 pm
          Points: 4,630
          Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

          I don’t know that this would provide the type of solution he’s looking for. Is there a way to export that markup info without individually opening every single PDF?

          • David Cutler

            Member
            December 19, 2022 at 8:45 pm
            Points: 23,462
            Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

            That’s a good question @lizlarsen

            I typically work in a single, multi-page pdf file so all of my markups are extracted into a single .CSV file.

            I’m not sure how this would work with a drawing set.

            If he is working in single sheets he could always merge them together before extracting his info.

            So many options!

            • Liz Larsen

              Member
              December 19, 2022 at 9:13 pm
              Points: 4,630
              Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

              @David Cutler, I was also thinking that the PDFs would have to be merged before doing any sort of data processing on them.

          • Vince French

            Member
            December 20, 2022 at 12:12 pm
            Points: 11,999
            Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

            Hi @Liz. I tend to work with multipage files as @David Cutler does.

            For measuring groundworks this is typically somewhere between 5 and 50 pages at a time. However, the workflow that I am looking at now is for Brickwork and Scaffolding and may involve in excess of 500 pages if I want to keep all of the information in one location. Not every page would need a form though. There are probably 5 to 10 drawings per housetype and only one form would be needed for each of these types.

            The great thing about using Power Query is that it can pull information in from different sources. This means that if I can get the forms working, I could merge and export that data to one csv file and then have another one for the markup list info.

        • Vince French

          Member
          December 20, 2022 at 12:03 pm
          Points: 11,999
          Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

          Hi @David Cutler – the problem with grouping markups is that you lose the details when you export to the csv file. But I am currently looking at named individual text boxes as a possible solution.

          • David Cutler

            Member
            December 20, 2022 at 2:09 pm
            Points: 23,462
            Rank: UC2 Brainery Brown Belt III UC2 Brainery Brown Belt III

            I guess you could apply the group as a markup and then “ungroup” it prior to exporting to the CSV…

            Unless perhaps there is a setting that expands grouped markups when exporting….

            Maybe a Javascript routine to “Ungroup all groups”?

            Maybe a candidate for a future feature?

            Another work around idea would be to setup a “template” file that has all of the text boxes that you are looking to use repeatedly, arranged as you like. You could then select all, copy the selection and then paste that “collection” as needed into your document. Not a clean as having them as one single custom tool, but it would save you ungrouping dozens of grouped markups.

            • Vince French

              Member
              December 20, 2022 at 2:29 pm
              Points: 11,999
              Rank: UC2 Brainery Blue Belt I UC2 Brainery Blue Belt I

              All good ideas @David Cutler – no doubt I will work through them all to see what works best.

Log in to reply.