<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to read .csv file to upload to aras vault in C#</title><link>https://www.aras.com/community/f/development/8889/how-to-read-csv-file-to-upload-to-aras-vault-in-c</link><description>how to read .csv file to upload to aras vault in C#</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to read .csv file to upload to aras vault in C#</title><link>https://www.aras.com/community/thread/4231?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2020 19:32:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:75872374-d987-465c-b1e2-0ecfa22667e5</guid><dc:creator>DouglasW78</dc:creator><description>&lt;p&gt;var inn = this.getInnovator();&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read .csv file to upload to aras vault in C#</title><link>https://www.aras.com/community/thread/4197?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2020 10:44:54 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d525f59b-281c-46dc-b9e9-84cf5903eb1e</guid><dc:creator>ashwinib</dc:creator><description>&lt;p&gt;&lt;span style="background-color:#ffffff;color:#11171a;float:none;font-family:&amp;#39;source-sans-pro&amp;#39;;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5em;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;Item fileItem = inn.newItem(&amp;quot;File&amp;quot;, &amp;quot;add&amp;quot;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;color:#11171a;float:none;font-family:&amp;#39;source-sans-pro&amp;#39;;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5em;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;what is that &amp;#39;inn &amp;#39; object&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;color:#11171a;float:none;font-family:&amp;#39;source-sans-pro&amp;#39;;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5em;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;which class tobe used&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read .csv file to upload to aras vault in C#</title><link>https://www.aras.com/community/thread/4178?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 08:21:37 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1c2f46f5-de3a-4e5c-91a8-e14514b18977</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Maybe something like this?&lt;/p&gt;
&lt;p&gt;string fileString = &amp;quot;test.csv&amp;quot;;&lt;br /&gt;string path = @&amp;quot;C:\\temp\\myupload\\&amp;quot; + fileString;&lt;/p&gt;
&lt;p&gt;// Check-in File to Aras Vault&lt;br /&gt;Item fileItem = inn.newItem(&amp;quot;File&amp;quot;, &amp;quot;add&amp;quot;);&lt;br /&gt;fileItem.setAttribute(&amp;quot;doGetItem&amp;quot;, &amp;quot;0&amp;quot;);&lt;br /&gt;fileItem.setProperty(&amp;quot;filename&amp;quot;, fileString);&lt;br /&gt;fileItem.attachPhysicalFile(path);&lt;br /&gt;Item checkin_result = fileItem.apply();&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>