Format for the Input.csv we need to provide #582
-
I've provided and URL in row A1 and A2 yet it throws me this error. The command I used is npm run cli -- -c C:\Users\dhibabu\Desktop\input_url.csv" where the CSV is located |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @dhineshbabu95 Thanks for reaching out to us! We noticed from your screenshot that technology analysis seems to be causing problems. If you have the complete error message, please share it. This will help us diagnose the issue more effectively. Meanwhile, you can bypass technology analysis by adding the Here's an example: By using Please let us know if you have the full error message or if using the |
Beta Was this translation helpful? Give feedback.
Hello @dhineshbabu95
Thanks for reaching out to us! We noticed from your screenshot that technology analysis seems to be causing problems.
If you have the complete error message, please share it. This will help us diagnose the issue more effectively.
Meanwhile, you can bypass technology analysis by adding the
-nt
flag to your command, Please check the PSAT CLI wiki for more details.Here's an example:
npm run cli -- -c C:\Users\dhibabu\Desktop\input_url.csv -nt
By using
-nt
, you're essentially telling the PSAT CLI to skip the technology analysis step.Please let us know if you have the full error message or if using the
-nt
flag helps!