12 2014 档案

Load xlsx in a folder to RDBMS table with Talend
摘要:Step 1 . Use tFileList component to get the file list. And set proper property.Step 2. Use tFileInputExcel to Read Xlsx File. For this, I build a Exc... 阅读全文

posted @ 2014-12-11 17:44 tneduts 阅读(288) 评论(0) 推荐(0)

Reading WebSites
摘要:oraclehttp://www.eygle.com/archives/2006/02/the_sun_repays_industriously.html蕃茄土豆:https://pomotodo.com/机器学习http://www.52nlp.com/Ruby 学习http://rubylear... 阅读全文

posted @ 2014-12-11 09:00 tneduts 阅读(325) 评论(5) 推荐(0)

SQOOP Load Data from Oracle to Hive Table
摘要:sqoop import -D oraoop.disabled=true \--connect "jdbc:oracle:thin:@(description=(address=(protocol=tcp)(host=HOSTNAME)(port=PORT))(connect_data=(servi... 阅读全文

posted @ 2014-12-10 16:26 tneduts 阅读(1098) 评论(0) 推荐(0)

Csharp--Read Csv file to DataTable
摘要:在网上找的资料都不怎么好使,许多代码一看就知道根本没有考虑全面。 最后找到一个好用的,在codeproject上,这位老兄写成了一个framework,太重了。http://www.codeproject.com/Articles/9258/A-Fast-CSV-Reader确实挺好用的。 我没耐下... 阅读全文

posted @ 2014-12-04 21:39 tneduts 阅读(1300) 评论(7) 推荐(1)

dotnet use regex two samples
摘要:One sample is used to replace double quote from words which encapsulated by csvwriter ,you know csv writer will take care of the double quote and com... 阅读全文

posted @ 2014-12-04 18:07 tneduts 阅读(215) 评论(0) 推荐(0)

Excel scientific notation issue
摘要:This is a known issue, you can find more in internet. Excel will treat text(can display with number) more than 11 numbers, it will convert to scientific notation display. It is not an issue now, ... 阅读全文

posted @ 2014-12-02 16:44 tneduts 阅读(353) 评论(0) 推荐(0)

导航