Work Item Command Line: Unable to upload attachments while creating Work items

Hello Team,
I am trying to import a csv file which contains workitems to Jazz.
Attachments folder is having the folders with ID.
csv contains an attachment column with the row ./Attachments/25207272/safe.png
WCL :
-importworkitems /importdebug password=”” /skipEmailNotification projectArea=”Migration from MKS” /ignoreemptycolumnvalues importFile=”SAFE_attachments.csv” repository=”” user=”” mappingFile=”sample_mapping.xml” encoding=”UTF-8″ delimiter=”,”
Mapping.xml
sourceId=”Attachments” targetId=”com.ibm.team.workitem.linktype.attachment.attachment”/>
The workitem is created but without attachments.
No matching attribute found: ‘com.ibm.team.workitem.section.attachments’
How can I create the WI with atatchments? Any configuration I am missing here in the WCL?
Accepted answer

wcl -exportworkitems /ignoreErrors repository="https://clm.example.com:9443/ccm" user=myadmin password=myadmin projectArea="JKE Banking (Change Management)" exportFile="C:\Temp\20201015_Export\Test.csv" query="All" columns="workItemType,summary,Attachments" delimiter=;
"Attachments" or "attachments".
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 15 '20, 1:51 a.m.Vijayalaxmi B
May 18 '21, 6:36 a.m.Hello Ralph,
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 18 '21, 7:27 a.m.Have you tried to download and provide the 7.0.2 Plain Java Client Libraries to WCL, when trying to use it against a 7.0.2 server? I updated the Readme with prerequisites.
Vijayalaxmi B
May 18 '21, 8:45 a.m.I updated PlainJava Client libraries with 7.0.2 and it worked :)
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 18 '21, 9:27 a.m.Glad to hear that.