cyb3rfox / Aurora-Incident-Response

Incident Response Documentation made easy. Developed by Incident Responders for Incident Responders
Apache License 2.0
742 stars 79 forks source link

Fix CSV import header and empty row issue #97

Open sugidaffection opened 1 year ago

sugidaffection commented 1 year ago

Hi there,

I found a bug in the current implementation of the CSV import feature. The header of the CSV file is being imported into a table row, and there is also an extra table row with an empty value.

image

I have modified the import code image

Please review my changes and let me know if there is anything else I can do to help.

Thank you for considering my pull request!