• Stars
    star
    329
  • Rank 124,968 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard

Django Data Wizard

Django Data Wizard is an interactive tool for mapping tabular data (e.g. Excel, CSV, XML, JSON) into a normalized database structure via Django REST Framework and IterTable. Django Data Wizard allows novice users to map spreadsheet columns to serializer fields (and cell values to foreign keys) on-the-fly during the import process. This reduces the need for preset spreadsheet formats, which most data import solutions require.

Django Data Wizard Workflow

The Data Wizard supports straightforward one-to-one mappings from spreadsheet columns to database fields, as well as more complex scenarios like natural keys and Entity-Attribute-Value (or "wide") table mappings.

Latest PyPI Release Release Notes License GitHub Stars GitHub Forks GitHub Issues

Tests Python Support Django Support

Documentation

Django Data Wizard provides a web interface, JSON API, and CLI for specifying a data source to import (e.g. a previously-uploaded file), selecting a serializer, mapping the data columns and identifiers, and (asynchronously) importing the data into any target model in the database.

Data Wizard is designed to allow users to iteratively refine their data import flow. For example, decisions made during an initial data import are preserved for future imports of files with the same structure. The included data model makes this workflow possible.

  1. Getting Started
  2. API Documentation
  3. Advanced Customization

More Repositories

1

django-rest-pandas

📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Python
1,227
star
2

wq

📱🌐📋 wq: a modular framework supporting web / native apps for mobile surveys and geospatial data collection. Powered by Django REST Framework, Redux, React, and Material UI.
JavaScript
254
star
3

wq.app

💻📱 wq's app library: a JavaScript framework powering offline-first web & native apps for geospatial data collection, mobile surveys, and citizen science. Powered by Redux, React, Material UI and Maplibre GL.
JavaScript
116
star
4

wq.db

☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.
Python
113
star
5

itertable

⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.
Python
51
star
6

django-natural-keys

Enhanced support for natural keys in Django and Django REST Framework.
Python
37
star
7

html-json-forms

Python implementation of the (inactive) HTML JSON Forms spec.
Python
32
star
8

wq-django-template

Django + NPM (Create React App) template for building REST-ful web & hybrid apps with the wq framework
Python
27
star
9

xlsform-converter

💡📋 xlsconv: Command-line tool to convert questionnaires from Open Data Kit's XLSForm format into Django models and HTML (for use with https://wq.io/).
Python
21
star
10

wq.create

wq.create: Project scaffolding tools for creating a new crowdsourcing or citizen science application with the wq framework.
JavaScript
7
star
11

wq.build

The wq command line interface (CLI).
Python
6
star
12

.github

wq GitHub profile
1
star
13

wq.markdown

Markdown and syntax highlighting for @wq/app
JavaScript
1
star
14

wq-vite-template

Project template for vite + rollup + react projects leveraging wq.js.
JavaScript
1
star
15

wq-base-image

Base container image for wq-powered projects.
Dockerfile
1
star
16

wq-docker-template

Project template for containerized wq applications (e.g. Azure App Service or AWS App Runner).
Python
1
star