The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
707 views

Uploading CSV/Excel data, present mapping functionality or download the schema?

With this question assume the users understand CSV/Excel. I am looking for the most usable approach for importing data (5-15 rows) into an application. Is it better to let the users download an ...
6
votes
5answers
420 views

Optimal interface for specifying a mapping between known field set and fields discovered in CSV file?

We are building a data import feature in which our users will open an arbitrary CSV file and define a one-to-one mapping of its fields to a list of known fields in our database. The list of fields is ...
4
votes
2answers
446 views

User interface for a “mapping” table

I have the following problem. I need to provide an interface for users inserting/editing "mappings" in a database. A mapping is a record as such: [Field A, Field B, Field C] --maps to--> [Field X, ...
4
votes
2answers
92 views

How should locations without exact addresses be represented on a city map alongside locations with exact addresses?

I have a dataset of items I'm interested in mapping over a greater metropolitan area, with multi-item cluster markers at a zoomed-out scale and single-item point markers when zoomed in. Users would be ...
2
votes
3answers
84 views

Updating users data from a different system and presenting this to them

We will be linking our user database to a CRM system. As part of the project if a match is found our web database record will be linked to the CRM record and the data syncd. If a match is found and ...