Create points from a an array of json dictionaries


## Description

This node is similar to the [Data SOP], but will fetch the data from a url.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>dataType</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets if the data is interpreted as json or csv</td>
</tr>
<tr>
	<td>url</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>the url to fetch the data from</td>
</tr>
<tr>
	<td>jsonDataKeysPrefix</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>if the data is inside the payload, defines the prefix to read it from here</td>
</tr>
<tr>
	<td>skipEntries</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>which entries are skipped</td>
</tr>
<tr>
	<td>convert</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if some attributes should be converted</td>
</tr>
<tr>
	<td>convertToNumeric</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>sets which attributes should be converted from string to numeric</td>
</tr>
<tr>
	<td>readAttribNamesFromFile</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>when fetching from a csv, the attribute names will not be present. Those can then be mentioned here</td>
</tr>
<tr>
	<td>attribNames</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>list of attributes names when fetching from a csv</td>
</tr>
<tr>
	<td>reload</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>reload the url</td>
</tr>
</table>