<div dir="ltr">Would <a href="https://github.com/certtools/intelmq/issues/877">https://github.com/certtools/intelmq/issues/877</a> qualify as another use case?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 8, 2017 at 5:29 PM, Sebastian Wagner <span dir="ltr"><<a href="mailto:wagner@cert.at" target="_blank">wagner@cert.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
On 11/03/2017 06:26 AM, Knight, Alexander wrote:<br>
<blockquote type="cite">


<div class="m_5177317328741728706WordSection1">
<p class="MsoNormal">At the Deepsec conference Sebastian mentioned updating the harmonization to allow for fields with multiple values. Has this issue been progressed at all?</p>
</div>
</blockquote>
The use case was the field abuse_contact which could be a list and then be concatenated (if necessary) with commas.<br>
Technically it is not hard to do it. In the develop branch I already have something similar (and more complex): a dictionary type named JSONDict.<br>
So, not directly, but some changes that should make a change easier.<br>
<br>
There are some questions popping up that need to be clarified first:<br>
* How to define the types of the values inside the list? E.g. for the abuse_contact it has to be a list of strings/email addresses<br>
* How should the "API" look like, or in other words: what should happen for the in and setitem-operations etc<br>
* When should the list be converted to a string (or maybe also a JSON-list)? E.g. for postgres output the abuse_contact could either be a json-list or a comma separated list, depending on the table's definition, but for NoSQL-databases and files it can be just
 the list itself.<br>
<br>
And: what use cases do we have? That's good to know before thinking about how we implement that all:<br>
<blockquote type="cite">
<div class="m_5177317328741728706WordSection1">
<p class="MsoNormal">We will require multiple values for some fields in our events,</p>
</div>
</blockquote>
What is in these fields? (type and/or example values) Where do you put that that and how do you want to work with in (inside intelmq)?<br>
<br>
I'd like to hear opinions of other users and developers too!<br>
<br>
Sebastian<br>
P.S.: I do have specific ideas, but don't want to bias others ;)<span class="HOEnZb"><font color="#888888"><br>
<pre class="m_5177317328741728706moz-signature" cols="72">-- 
// Sebastian Wagner <a class="m_5177317328741728706moz-txt-link-rfc2396E" href="mailto:wagner@cert.at" target="_blank"><wagner@cert.at></a> - T: +43 1 5056416 7201
// CERT Austria - <a class="m_5177317328741728706moz-txt-link-freetext" href="https://www.cert.at/" target="_blank">https://www.cert.at/</a>
// Eine Initiative der <a href="http://nic.at" target="_blank">nic.at</a> GmbH - <a class="m_5177317328741728706moz-txt-link-freetext" href="https://www.nic.at/" target="_blank">https://www.nic.at/</a>
// Firmenbuchnummer 172568b, LG Salzburg</pre>
</font></span></div>

</blockquote></div><br></div>