<?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>question Re: Integration Hub ETL Import from Excel sheet in Employee Slate and Employee Center forum</title>
    <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706304#M5702</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/598593"&gt;@VinayG260465653&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The excel format should be changed and it should be there in one row.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 13:07:44 GMT</pubDate>
    <dc:creator>VivekSattanatha</dc:creator>
    <dc:date>2023-10-18T13:07:44Z</dc:date>
    <item>
      <title>Integration Hub ETL Import from Excel sheet</title>
      <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706130#M5697</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Integration HUB ETL to load/Import data from Excel sheet.&lt;/P&gt;&lt;P&gt;As I am aware that it works fine for One source to Single Target table.&lt;/P&gt;&lt;P&gt;Also it works fine for One Source to Multiple tables, only when Excel has data in only one Sheet tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex: I am importing data of Equipment, Slot, Port, Card data all related data in one sheet, not in different sheet, This case will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now Question is: In Sheet we have Field column and it has Equipment name, Card Name, Slot Name, Port name as records of Field column.&lt;/P&gt;&lt;P&gt;In this case How to map fields and how we will come to know which row is getting updated in target table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any mechanism or Business rules or Logic behind this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise if any script related that helps Integration HUB ETL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:25:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706130#M5697</guid>
      <dc:creator>VinayG260465653</dc:creator>
      <dc:date>2023-10-18T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Hub ETL Import from Excel sheet</title>
      <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706211#M5698</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/598593"&gt;@VinayG260465653&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please navigate to your CMDB Integration Studio Application's data source record within the 'cmdb_inst_application_feed' table. Within this record, you can configure both the "before" and "after" scripts. In the "before" script, you can access the IRE payload, and in the "after" script, you can retrieve the result of the IRE payload. This allows you to track and identify the specific records that have been updated through this process.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 12:09:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706211#M5698</guid>
      <dc:creator>VivekSattanatha</dc:creator>
      <dc:date>2023-10-18T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Hub ETL Import from Excel sheet</title>
      <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706242#M5699</link>
      <description>&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;But catch here is, in the below excel data, we have Field column with records. Each record should go to their respective targeted table in CMDB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp; Equipment name record should go to Equipment Table&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Card name record should go to Card table&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Slot name record should go to Slot table&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Port name record should go to Port table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE width="303"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="178"&gt;Field Name&lt;/TD&gt;&lt;TD width="125"&gt;Model Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Equipment Name&lt;/TD&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Card Name&lt;/TD&gt;&lt;TD&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Slot Name&lt;/TD&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Port name&lt;/TD&gt;&lt;TD&gt;567&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise how do we map this to multiple targeted table using Integration HUB ETL(excel import) and how to segregate this data in target table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 12:27:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706242#M5699</guid>
      <dc:creator>VinayG260465653</dc:creator>
      <dc:date>2023-10-18T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Hub ETL Import from Excel sheet</title>
      <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706304#M5702</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/598593"&gt;@VinayG260465653&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The excel format should be changed and it should be there in one row.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:07:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/2706304#M5702</guid>
      <dc:creator>VivekSattanatha</dc:creator>
      <dc:date>2023-10-18T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Hub ETL Import from Excel sheet</title>
      <link>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/3418753#M14622</link>
      <description>&lt;P&gt;can you provide steps on how you are doing it for even one source to one target table?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 04:50:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/employee-slate-and-employee/integration-hub-etl-import-from-excel-sheet/m-p/3418753#M14622</guid>
      <dc:creator>Miroslaw M</dc:creator>
      <dc:date>2025-11-04T04:50:43Z</dc:date>
    </item>
  </channel>
</rss>

