Skip to main content
January 8, 2024
Solved

Creating a process diagram from CSV import and nothing happens

  • January 8, 2024
  • 23 replies
  • 643 views

Try as I might, when I upload my CSV as per https://help.lucid.co/hc/en-us/articles/15927090927508-Create-a-process-diagram-from-CSV-import instructions, nothing happens.

I have compared my csv with the one provided as exemple, and I see no difference, even using Visual Studio Code.
I would really like to learn how to properly use this function, so any help on solving the matter would be appreciated.
I do not know how to share my CSV, so here is the code below :

Id,Name,Shape Library,Page ID,Contained By,Line Source,Line Destination,Source Arrow,Destination Arrow,Text Area 1,Text Area 2,Text Area 3
1,Page,,,,,,,,Page 1,,
2,Swim Lane,Flowchart Shapes,1,,,,,,Zephyr support,,
3,Terminator,Flowchart Shapes,1,,,,,,"Problème identifié avec l'application ""Agenda""",,
4,Decision,Flowchart Shapes,1,,,,,,Identifier le Type de Problème,,
5,Decision,Flowchart Shapes,1,,,,,,Incident,,
6,Decision,Flowchart Shapes,1,,,,,,Bug,,
7,Decision,Flowchart Shapes,1,,,,,,Utilisation du logiciel,,
8,Decision,Flowchart Shapes,1,,,,,,Demande de changement,,
9,Process,Flowchart Shapes,1,,,,,,Déterminer la nature de l'incident,,
10,Process,Flowchart Shapes,1,,,,,,Réseau (Ligne 1 ? Exploitation ? Support ETNIC),,
11,Process,Flowchart Shapes,1,,,,,,Matériel (Ligne 1 ? Échange matériel),,
12,Process,Flowchart Shapes,1,,,,,,Logiciel (Ligne 1 ? Tiers),,
13,Process,Flowchart Shapes,1,,,,,,Zéphyr (Ligne 1 ? Support ETNIC),,
14,Process,Flowchart Shapes,1,,,,,,Suivi et correction des bugs,,
15,Process,Flowchart Shapes,1,,,,,,Ligne 1 ? Ligne 2 ? Support ETNIC,,
16,Process,Flowchart Shapes,1,,,,,,Commencer par la documentation d'auto-assistance,,
17,Process,Flowchart Shapes,1,,,,,,Demander de l'aide à des collègues/Ambassadeurs,,
18,Process,Flowchart Shapes,1,,,,,,Formation par des formateurs,,
19,Process,Flowchart Shapes,1,,,,,,Contacter le référent métier,,
20,Process,Flowchart Shapes,1,,,,,,Gestion de la Demande de Changement,,
21,Terminator,Flowchart Shapes,1,,,,,,La ligne de support appropriée est contactée et le problème est pris en charge,,
22,Line,,1,,1,2,None,Arrow,,,
23,Line,,1,,2,4,None,Arrow,,,
24,Line,,1,,2,5,None,Arrow,,,
25,Line,,1,,2,6,None,Arrow,,,
26,Line,,1,,2,7,None,Arrow,,,
27,Line,,1,,4,12,None,Arrow,,,
28,Line,,1,,12,13,None,Arrow,,,
29,Line,,1,,12,14,None,Arrow,,,
30,Line,,1,,12,15,None,Arrow,,,
31,Line,,1,,12,16,None,Arrow,,,
32,Line,,1,,5,22,None,Arrow,,,
33,Line,,1,,22,24,None,Arrow,,,
34,Line,,1,,6,26,None,Arrow,,,
35,Line,,1,,26,27,None,Arrow,,,
36,Line,,1,,27,28,None,Arrow,,,
37,Line,,1,,28,29,None,Arrow,,,
38,Line,,1,,7,34,None,Arrow,,,
39,Line,,1,,34,36,None,Arrow,,,
 

 

Thanks a lot for your help

Best answer by Phillip W

Hey @gilles -- thanks for the reply! I would recommend creating the diagram you’d like then download that as a CSV file. Check through the file and compare it to the CSV you’ve created to determine what exactly the differences are and what could be causing this discrepancy. 

Hope this helps -- let us know if this doesn’t work for you or if you have any other questions! 

Comments

Amelia W
Lucid support team
October 10, 2024

Hi @ekarnivoris, thank you for adding to this thread! Would you mind attempting to import your CSV file in an incognito window? Additionally, were you able to create the diagram you’d like then download that as a CSV file to compare it to the CSV you’ve created to determine what exactly the differences are and what could be causing this discrepancy? I appreciate your help and patience!

October 14, 2024

I am having the same issue.  The example works fine,  If I even change one piece of text on the example it loads incorrectly.  I’m working on a mac on the latest Sequoia update.

Amelia W
Lucid support team
October 14, 2024

Hi @pegsmum, thanks for adding to this thread! Can you confirm which piece of text in the example you are changing and what this causes Lucid to produce for you? It is worth noting that this is an experimental feature, so some functionality may not work as expected. I appreciate your help and patience! 

April 28, 2025

This is still an issue more than one year later. I am having the same issue (Enterprise). Reported a bug.

Ambar D
Lucid community team
April 28, 2025

Hi ​@nickd, thank you for adding your report to this thread. I’m sorry you are having trouble with this and I’m happy to help. 

First, could you attempt the CSV import in a private or incognito window? For help with opening an incognito window, please see this community post.

Could you also try connecting to a different network or disconnecting from your VPN (if applicable)? Sometimes account performance issues can be related to internet security/speed or browser issues. These steps will help us eliminate that possibility. 

If you’re still running into problems, would you mind confirming that the data in your CSV file meets the requirements below, as described in this article?

To view an example of properly formatted data, click here to download a sample .csv file and reference this article.

Thanks in advance for your help and patience!

May 12, 2025

I am running into this issue as well - where I can use the same process with the sample file and it imports fine, however when using my own generated csv (tested from python generated and from gsheet - exporting to CSV…
I did a compare and contrast between my doc and the sample: 
 

Detail Sales Example Our Generated CSV Impact
Row Order Nodes first, then connections ✔ Same in both ✅ Required — we matched it
Column Names Exact casing, order, no extras ✔ Matched identically ✅ Must be exact
Shape Names "Terminator", "Process" ✔ Used same ✅ Critical for rendering
Shape Library "Flowchart Shapes" ✔ Used same ✅ Must match built-in library names
Missing Fields Empty columns still preserved ✔ Preserved with NaN/empty ✅ Needed to avoid import rejection
Start/End IDs Uses explicit Terminator nodes ✔ Matched ✅ Helps trigger initial layout logic
CSV Encoding Google Sheets export (UTF-8, CRLF) Python default (UTF-8, LF) ❗ May break older or picky importers
Hidden Metadata Possibly includes hidden formatting ❌ Ours is clean/pure text

⚠️ Lucid may use internal flags

 

 

So i leveraged the sample and injected my values using python to generate and was able to get partial import to work just no connectors. 

Close - but something is off - if the PM wants to reach out maybe we can talk to get this solved. 

In the world of automation - this is going to be a much needed capability - my only other thought is to leverage an API that can work w json output as an alternative. 

Ambar D
Lucid community team
May 16, 2025

Hi ​@garywlala, thanks for adding to this thread and providing these details. Sorry you’re running into issues here but I’m happy to take a look. 

Just to clarify - are you creating your dataset in Google Sheet and then exporting to a CSV? 

Just a note - sometimes process diagrams created from CSV imports don’t appear exactly as expected. In some cases, particularly with complex datasets, you may notice overlapping lines, shapes, or text. This is further explained here. Is that what you’re experiencing here?

June 24, 2025

hello, I’m encountering the same bug since I’m trying to upload a csv file following the sample but nothing happens when I click on Import. 

 

Ambar D
Lucid community team
June 24, 2025

Hi ​@developluto, thank you for adding to this thread. I’m sorry that you’re encountering trouble here. I’m happy to take a closer look at this! 

First would you mind confirming whether the below two steps solve this for you? Sometimes account performance issues can be related to internet security/speed or browser issues. These steps will help us eliminate that possibility. 

  • Could you attempt the CSV import in a private or incognito window? For help with opening an incognito window, please see this community post.
  • Could you also try connecting to a different network or disconnecting from your VPN (if applicable)? 

If the above two steps to not resolve this for you, would you mind confirming that the data in your CSV file meets the requirements below, as described in this article?

Thanks for your help and patience here!

July 7, 2025

I cannot create a diagram using the csv file what am I doing wrong?