<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: get a list of PDF metadata in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4273060#M6282</link>
    <description>&lt;P&gt;How I got it to work for me:&lt;BR /&gt;Pipeline. similiar to yours, although my first is looking up all files in a lakehouse.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ForEach Items property&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd Get Metadata settings - note the .name&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the output&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 09:39:11 GMT</pubDate>
    <dc:creator>spencer_sa</dc:creator>
    <dc:date>2024-11-07T09:39:11Z</dc:date>
    <item>
      <title>get a list of PDF metadata</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4272721#M6278</link>
      <description>&lt;P&gt;Hi folks! I need to get metadata (created, size, item name etc.) for a bunch of PDF files on Shared drive, how can I achieve this? My plan is to get the childname from the first "Get Metadata", then loop the name into the second "Get Metadata", but it errors out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 15:28:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4272721#M6278</guid>
      <dc:creator>caomayan</dc:creator>
      <dc:date>2024-11-06T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: get a list of PDF metadata</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4273060#M6282</link>
      <description>&lt;P&gt;How I got it to work for me:&lt;BR /&gt;Pipeline. similiar to yours, although my first is looking up all files in a lakehouse.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ForEach Items property&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd Get Metadata settings - note the .name&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the output&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 09:39:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4273060#M6282</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-07T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: get a list of PDF metadata</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4273081#M6285</link>
      <description>&lt;P&gt;Also note this works with GenII datalake connections too;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 22:08:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4273081#M6285</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-06T22:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: get a list of PDF metadata</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4275944#M6304</link>
      <description>&lt;P&gt;Thanks so much, got it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, how can I get these fields into a lakehouse table? I am thinking notebook, but didn't find a way yet..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 16:55:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4275944#M6304</guid>
      <dc:creator>caomayan</dc:creator>
      <dc:date>2024-11-08T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: get a list of PDF metadata</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4276159#M6306</link>
      <description>&lt;P&gt;Feed them into a notebook as separate parameters, then either create a dataframe with the parameters and 'append' it to an existing table *or* dynamically generate a SQL INSERT statement with the wanted parameters being used&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 20:40:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/get-a-list-of-PDF-metadata/m-p/4276159#M6306</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-08T20:40:17Z</dc:date>
    </item>
  </channel>
</rss>

