Book a Demo

Author Topic: Issue on CSV import method  (Read 4033 times)

nataraj

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Issue on CSV import method
« on: December 17, 2016, 07:31:04 pm »
Dear friends,

 i am going to do the project using Sysml in EA 13.i have used csv import method as per my requirements.

Following steps are followed to create the project using CSV import method.

step1: Right click on Added Package.list box has been appeared -> Import/export -> CSV Import/Export .Pop up box appeared.
step2 : i gave the File which is .csv file,( CSV file consists of ID( some id ) ,Tag Name,Text (Description of the system )) ... then Action -> import->Run., it shows Import complete.
step3: requirement has been created in project browser on that particular package.
step4.: i drag and drop into working area.then Element ( Block)  has been appeared.In block, ID and Tag Name showing the given value as per the CSV .But Text is not showing the description which is given in CSV instead it is showing <memo>..but when i am looking the Tagged value, it is showing that description in Tagged value Note..But i want to display the description on That block(Element ) itself.Please help me to complete my project..

VKN

  • EA User
  • **
  • Posts: 187
  • Karma: +9/-1
    • View Profile
Re: Issue on CSV import method
« Reply #1 on: December 20, 2016, 10:21:41 am »
Looks like you have selected Tag Notes instead of Tag Value while creating the CSV specification. Look for Add Tagged Value Field section on the help page (click Help button on CSV Import/Export Specification dialog).

You may want to remove TagNote_tagname then add TagValue_tagName from the File Specification section of CSV specification dialog.

You can verify if that's the case just by replacing the column name TagNote_tagname with TagValue_tagname from your current .CSV file then import.