-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backend] display created field for csv mapper (#7226) #7966
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7966 +/- ##
=======================================
Coverage 66.13% 66.14%
=======================================
Files 597 597
Lines 60375 60374 -1
Branches 6191 6192 +1
=======================================
+ Hits 39930 39934 +4
+ Misses 20445 20440 -5 ☔ View full report in Codecov by Sentry. |
opencti-platform/opencti-graphql/src/modules/internal/csvMapper/csvMapper-domain.ts
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-graphql/src/modules/internal/csvMapper/csvMapper-domain.ts
Outdated
Show resolved
Hide resolved
CURENTLY : We have 2 different attributes with the same
TARGET : The fix should be able to separate these two attributes and only return the second. PROPOSALS :
|
@frapuks & @SouadHadjiat I'm not sure to understand this issue between create name internal and general. Could you elaborate?
|
|
I think we can indeed add it in the CSV, but not as a mandatory field, especially useful if the entity has been created in the past before being imported in OpenCTI. |
f8359b7
to
558e6c1
Compare
Decision with @SouadHadjiat and @nino-filigran : |
Proposed changes
created
from INTERNAL_ATTRIBUTES listcreated
field into csv mapper creation formRelated issues
Checklist