You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some hyperlinks contain paths with commas which is a problem within a CSV. I am wondering if it would be beneficial to enclose the path or link for the datasheet within quotes?
In the screenshot below, you can see an example of how this might cause a problem. In this example, vscode appends the fields after the datasheet into the datasheet link.
The text was updated successfully, but these errors were encountered:
Which Python is installed in your system?
I tried the KiBoM code on Python 3.9 and it defaults to quoting=csv.QUOTE_MINIMAL
This means you should get strings with the delimiter quoted.
I tried this example (from Python manual):
Some hyperlinks contain paths with commas which is a problem within a CSV. I am wondering if it would be beneficial to enclose the path or link for the datasheet within quotes?
In the screenshot below, you can see an example of how this might cause a problem. In this example, vscode appends the fields after the datasheet into the datasheet link.
The text was updated successfully, but these errors were encountered: