openrefine3.lab.neuralcompany.team
Open in
urlscan Pro
203.129.220.229
Public Scan
URL:
https://openrefine3.lab.neuralcompany.team/
Submission: On December 14 via api from US — Scanned from NZ
Submission: On December 14 via api from US — Scanned from NZ
Form analysis
6 forms found in the DOM<form bind="form">
<div class="grid-layout layout-normal">
<table>
<tbody>
<tr>
<td id="or-import-locate-files">Locate one or more files on your computer to upload:</td>
</tr>
<tr>
<td><input type="file" multiple="" bind="fileInput" name="upload"></td>
</tr>
<tr>
<td><button bind="nextButton" class="button button-primary" type="button">Next »</button></td>
</tr>
</tbody>
</table>
</div>
</form>
<form bind="form">
<div class="grid-layout layout-normal">
<table style="width:80%;">
<tbody>
<tr>
<td colspan="2" id="or-import-enterurl">Enter one or more web addresses (URLs) pointing to data to download:</td>
</tr>
<tr bind="urlRow">
<td colspan="2" style="white-space: nowrap"><input bind="urlInput" name="download" class="default-importing-web-url"></td>
</tr>
<tr bind="buttons">
<td width="1"><button bind="addButton" class="button" type="button">Add another URL</button></td>
<td><button type="submit" bind="nextButton" class="button button-primary">Next »</button></td>
</tr>
</tbody>
</table>
</div>
</form>
<form bind="form">
<div class="grid-layout layout-normal">
<table>
<tbody>
<tr>
<td><label for="default-importing-clipboard-textarea" id="or-import-clipboard">Paste data from clipboard here:</label></td>
</tr>
<tr>
<td><textarea spellcheck="false" bind="textInput" name="clipboard" id="default-importing-clipboard-textarea"></textarea>
</td>
</tr>
<tr>
<td><button bind="nextButton" class="button button-primary" type="button">Next »</button></td>
</tr>
</tbody>
</table>
</div>
</form>
<form class="pure-form pure-form-aligned">
<fieldset class="new-connection-fieldset">
<legend class="new-connection-legend pure-input-1-2" id="new-connection-legend">New Connection Editor</legend>
<div class="pure-control-group">
<label id="connectionNameLabel" for="connectionName">Name</label>
<input spellcheck="false" bind="connectionNameInput" id="connectionName" type="text" placeholder="Enter a new Connection Name" value="" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group">
<label id="databaseTypeLabel" for="databaseTypeSelect">Type</label>
<select name="selection" id="databaseTypeSelect" bind="databaseTypeSelect" class="pure-input-1-3" required="">
<option value="postgresql">PostgreSQL</option>
<option value="mysql" selected="selected">MySQL</option>
<option value="mariadb">MariaDB</option>
<option value="sqlite">SQLite</option>
</select>
</div>
<div class="pure-control-group dbtype-options dbt-postgresql dbt-mysql dbt-mariadb" style="">
<label id="databaseHostLabel" for="databaseHost">Host</label>
<input spellcheck="false" bind="databaseHostInput" id="databaseHost" type="text" placeholder="Enter the database server domain or IP" value="localhost" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group dbtype-options dbt-postgresql dbt-mysql dbt-mariadb" style="">
<label id="databasePortLabel" for="databasePort">Port</label>
<input spellcheck="false" bind="databasePortInput" id="databasePort" type="text" placeholder="Enter the database port e.g. 3306" value="5432" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group dbtype-options dbt-postgresql dbt-mysql dbt-mariadb" style="">
<label id="databaseUserLabel" for="databaseUser">User</label>
<input spellcheck="false" bind="databaseUserInput" id="databaseUser" type="text" placeholder="Enter the database user" value="postgres" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group dbtype-options dbt-postgresql dbt-mysql dbt-mariadb" style="">
<label id="databasePasswordLabel" for="databasePassword">Password</label>
<input bind="databasePasswordInput" id="databasePassword" type="password" placeholder="Enter the database password" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group dbtype-options dbt-postgresql dbt-mysql dbt-mariadb dbt-sqlite" style="">
<label id="databaseNameLabel" for="initialDatabase">Database name</label>
<input spellcheck="false" bind="initialDatabaseInput" id="initialDatabase" type="text" placeholder="Enter the name of the database" class="pure-input-1-3" required="">
</div>
<div class="pure-control-group dbtype-options" style="display: none;">
<label id="databaseSchemaLabel" for="initialSchema">Schema</label>
<input spellcheck="false" bind="initialSchemaInput" id="initialSchema" type="text" placeholder="Enter the initial schema of the database" class="pure-input-1-3" required="">
</div>
<div class="pure-controls" id="newConnectionControlDiv">
<button type="button" id="databaseTestButton" bind="testDatabaseButton" class="pure-button pure-button-primary">Test</button>
<button type="button" id="databaseSaveButton" bind="saveConnectionButton" class="button-success pure-button">Save</button>
<button type="button" id="databaseConnectButton" bind="databaseConnectButton" class="button-secondary pure-button">Connect</button>
</div>
<div class="pure-controls" id="editConnectionControlDiv" style="display: none;">
<button type="button" id="connectionEditButton" bind="editConnectionButton" class="pure-button pure-button-primary"><span>Edit</span></button>
<button type="button" id="connectionEditCancelButton" bind="cancelEditConnectionButton" class="pure-button">Cancel</button>
</div>
</fieldset>
</form>
<form class="pure-form pure-form-stacked">
<input type="hidden" id="currentConnectionNameInput" name="currentConnectionName">
<input type="hidden" id="currentDatabaseTypeInput" name="currentDatabaseType">
<input type="hidden" id="currentDatabaseUserInput" name="currentDatabaseUser">
<input type="hidden" id="currentDatabasePasswordInput" name="currentDatabasePassword">
<input type="hidden" id="currentDatabaseHostInput" name="currentDatabaseHost">
<input type="hidden" id="currentDatabasePortInput" name="currentDatabasePort">
<input type="hidden" id="currentInitialDatabaseInput" name="currentInitialDatabase">
<div class="panel panel-info pure-input-3-4">
<div class="panel-heading"><label for="queryTextArea">Query Editor </label></div>
<div class="panel-body">
<fieldset style="padding:2px; margin-top:5px;">
<textarea id="queryTextArea" bind="queryTextArea" class="pure-input-1 no-resize" placeholder="Enter your query" rows="10">SELECT * FROM</textarea>
</fieldset>
<div class="alert alert-info" id="connectionParameterSpan"></div>
<!-- <select name="querySelect" id="queryHistorySelect" bind="queryHistorySelect" class="pure-input-1" style="padding-bottom:2px;">
<option value="1">Query History</option>
</select> -->
</div>
<div class="panel-footer">
<div class="pure-controls pure-input-1-2">
<button type="button" id="executeQueryBtn" bind="executeQueryButton" class="button-secondary pure-button">Preview Query Result</button>
<!-- <button type="button" bind="saveQueryButton" class="button-success pure-button">Save Query</button> -->
</div>
</div>
</div>
<!--
<div class="panel panel-info pure-input-1-2">
<div class="panel-heading">Saved Queries</div>
<div class="panel-body">
<div class="queryResultDiv pure-input-1 scrollable" bind="queryResultDiv" id="queryResultDiv" style="<!padding:2px; margin-top:5px;"> </div>
</div>
</div>
-->
</form>
POST command/core/import-project?csrf_token=YwOM0MgMvFioddJlakbPaIAqTekKK2sq
<form id="project-upload-form" method="post" enctype="multipart/form-data" action="command/core/import-project?csrf_token=YwOM0MgMvFioddJlakbPaIAqTekKK2sq" accept-charset="UTF-8">
<div class="grid-layout layout-normal">
<table>
<tbody>
<tr>
<td colspan="2" id="or-import-locate">Locate an existing Refine project file (.tar or .tar.gz):</td>
</tr>
<tr>
<td><label for="project-tar-file-input" id="or-import-file">Project file</label></td>
<td><input type="file" id="project-tar-file-input" name="project-file"></td>
</tr>
<tr>
<td><label for="project-name-input" id="or-import-rename">Re-name project (optional)</label></td>
<td><input type="text" spellcheck="false" size="25" id="project-name-input" name="project-name"></td>
</tr>
<tr>
<td></td>
<td><input type="button" id="import-project-button" class="button button-primary" bind="projectButton" value="Import project"></td>
</tr>
</tbody>
</table>
</div>
</form>
Text Content
A power tool for working with messy data. * Create project * Open project * Import project * Language settings Version 3.7.4 [05e9de9] * Preferences * Help * About CREATE A PROJECT BY IMPORTING DATA. WHAT KINDS OF DATA FILES CAN I IMPORT? TSV, CSV, *SV, Excel (.xls and .xlsx), JSON, XML, RDF as XML, and Google Data documents are all supported. Support for other formats can be added with OpenRefine extensions. Get data from This Computer Web Addresses (URLs) Clipboard Database Google Data Locate one or more files on your computer to upload: Next » Enter one or more web addresses (URLs) pointing to data to download: Add another URL Next » Paste data from clipboard here: Next » New connection Saved connections New Connection Editor Name Type PostgreSQL MySQL MariaDB SQLite Host Port User Password Database name Schema Test Save Connect Edit Cancel Query Editor SELECT * FROM Preview Query Result PUBLIC DOCUMENTS Import a public Google Spreadsheet by its URL: Next » AUTHORIZED DOCUMENTS Please sign in and authorize to access your Google data Sign in Retrieving Google Docs documents … Sign in with different accountSign in Sign out Cancel OK * All No existing project. Select 'Create Project' on the left to create a new project.. If you have no data to work with, try these sample data sets. Browse workspace directory Locate an existing Refine project file (.tar or .tar.gz): Project file Re-name project (optional) Select preferred language: EnglishবাংলাPolskiNorsk (bokmål)RomânăTagalogSvenskaDeutschमराठी繁體中文РусскийSuomiമലയാളംEspañolmagyarČeskyBahasa IndonesiaעבריתPortuguês简体中文ΕλληνικάCebuano한국어HindiFilipino日本語Português (Brasil)العربيةFrançaisAnglèsукраїнськаਪੰਜਾਬੀNederlandsItaliano . New Version Download OpenRefine 3.8.7 now.