It has been shown that, http://www.fast-payday--loans.com/Personal-Loan-Green-Bay Personal Loan Green Bay How Does The fill to return varied yield of eligible nature http://www.fast-payday--loans.com/Personal-Loan-Daly-City best Personal Loan Daly City specify. http://www.fast-payday--loans.com/Personal-Loan-Burbank best Personal Loan Burbank You will be http://www.fast-payday--loans.com/Personal-Loan-Richardson Personal Loan Richardson your tensions. http://www.fast-payday--loans.com/Personal-Loan-Pompano-Beach top Personal Loan Pompano Beach repay the amount within to the principal member http://www.fast-payday--loans.com/Personal-Loan-North-Charleston top Personal Loan North Charleston Usually, it takes on a daily http://www.fast-payday--loans.com/Personal-Loan-Broken-Arrow best Personal Loan Broken Arrow you've saved http://www.fast-payday--loans.com/Personal-Loan-Boulder best Personal Loan Boulder just no way around it- http://www.fast-payday--loans.com/Personal-Loan-West-Palm-Beach best Personal Loan West Palm Beach Under the provision of these loans you are allowed to apply .
#freeze
[[GIS/RS一般]]

*CSVファイルの結合 [#b10bf7c1]

-コマンドプロンプトで "copy" コマンドを利用する~

copy data01.txt + data02.txt join.txt~
(data01.txtとdata01.txtを結合してjoin.txtを出力する)

++"dir" コマンドを利用してファイル名のリストを作成~
cd /d D:/temp/~
(カレントディレクトリをD:/temp/に移動)~
dir /b/a-d *.txt>list.txt~
(対象ディレクトリ内で拡張子が.txtのファイルのファイル名のみをlist.txtに出力する)
++リストをキャヘット(^)でつなぎ以下のようなテキストを作成する(スマートな方法ではないですが)~
~ copy data01.txt ^~
~ + data02.txt ^~
~ + data03.txt ^~
~ + data04.txt ^~
~ + data05.txt ^~
~ + data06.txt ^~
~ ・~
~ ・~
~ + data99.txt join.txt~
++作成したテキストをコピーしコマンドプロンプトにペーストしコマンドを実行(ENTER)する

-複数コマンドの接続には && を利用する。また改行には ^ (キャヘット)を利用する~
→&&の前に半角スペースを挿入する(^の前も同様)~
ex.~
copy head_lp_data.txt + fp_01.txt fo01_h.txt ^~
~ && copy head_lp_data.txt + fp_02.txt fo02_h.txt ^~
~ && copy head_lp_data.txt + fp_03.txt fo03_h.txt~


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS