<?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: Multivalue Field Formatting Issue in Lookup Export in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741770#M240694</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I would like to understand how to perform a lookup on multiple values separated by a delimiter.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As I explained in my initial comment, there is no such match. (I mean, you CAN perform complicated maneuvers with such a table to accomplish matching. &amp;nbsp;And I have. &amp;nbsp;But don't call that a lookup.) &amp;nbsp;Please explain exactly how you are going to use this lookup (using data illustration), AND what exact "problems" does mvexpand cause (again, using data illustration).&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 06:27:01 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2025-03-14T06:27:01Z</dc:date>
    <item>
      <title>Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741747#M240681</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a multivalue field in one of the user fields, along with other fields. However, when exporting the data to an external lookup, the multivalue field is converted into a single value, comma-separated value.&lt;/P&gt;&lt;P&gt;For example, in my search, the userid field appears as follows:&lt;/P&gt;&lt;P&gt;userid&lt;/P&gt;&lt;P&gt;890000&lt;BR /&gt;pklstu&lt;BR /&gt;790000&lt;BR /&gt;c_pklstu&lt;/P&gt;&lt;P&gt;However, after exporting to the external lookup, it transforms into:&lt;/P&gt;&lt;P&gt;userid&lt;/P&gt;&lt;P&gt;890000,pklstu,790000,c_pklstu&lt;/P&gt;&lt;P&gt;I need the multivalue field to remain unchanged in the external lookup so that I can accurately compare user IDs with other lookups. I have tried using mvexpand before exporting, but it introduced other challenges.&lt;/P&gt;&lt;P&gt;Is there a way to ensure the multivalue field remains intact while exporting to the external lookup?"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 02:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741747#M240681</guid>
      <dc:creator>Varun18</dc:creator>
      <dc:date>2025-03-14T02:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741753#M240684</link>
      <description>&lt;P&gt;What do you mean an "external lookup" and how are you exporting it?&lt;/P&gt;&lt;P&gt;Do you mean outputlookup or something else?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 04:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741753#M240684</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-03-14T04:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741755#M240686</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;my bad, I meant splunk lookups. I'm using outputlookup command to export search output data to Splunk lookup.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 05:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741755#M240686</guid>
      <dc:creator>Varun18</dc:creator>
      <dc:date>2025-03-14T05:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741764#M240688</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I need the multivalue field to remain unchanged in the external lookup so that I can accurately compare user IDs with other lookups. I have tried using mvexpand before exporting, but it introduced&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;By making the output a comma-delimited list is exactly keeping the multivalue unchanged. &amp;nbsp;If userid from other data sources are to match&amp;nbsp;&lt;SPAN&gt;890000, for example, the only way to do this is to make&amp;nbsp;890000 on its own row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want concrete help from volunteers, you need to carefully describe your use case. &amp;nbsp;How is this to "compare user IDs with other lookups?" What does the data look like? &amp;nbsp;What are symptoms of "problems" caused by mvexpand? &amp;nbsp;As always, illustrate your point with exact data (anonymize as necessary).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 05:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741764#M240688</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-14T05:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741766#M240690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;If the user ID field contains multiple values separated by a delimiter, can it still be used as a lookup field when comparing it with other data that also contains user IDs?&lt;/P&gt;&lt;P&gt;For example, if the field contains four user IDs and one of them exists in another lookup table, the lookup fails because the values are comma-separated.&lt;/P&gt;&lt;P&gt;I would like to understand how to perform a lookup on multiple values separated by a delimiter.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741766#M240690</guid>
      <dc:creator>Varun18</dc:creator>
      <dc:date>2025-03-14T06:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741767#M240691</link>
      <description>&lt;P&gt;Use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| outputlookup mycsv.csv output_format=splunk_mv_csv&lt;/LI-CODE&gt;&lt;P&gt;That keeps the lookup file with proper MV fields.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741767#M240691</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-03-14T06:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue Field Formatting Issue in Lookup Export</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741770#M240694</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I would like to understand how to perform a lookup on multiple values separated by a delimiter.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As I explained in my initial comment, there is no such match. (I mean, you CAN perform complicated maneuvers with such a table to accomplish matching. &amp;nbsp;And I have. &amp;nbsp;But don't call that a lookup.) &amp;nbsp;Please explain exactly how you are going to use this lookup (using data illustration), AND what exact "problems" does mvexpand cause (again, using data illustration).&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-Field-Formatting-Issue-in-Lookup-Export/m-p/741770#M240694</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-03-14T06:27:01Z</dc:date>
    </item>
  </channel>
</rss>

