<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/projob/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 21 Dec 2016 12:52:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/projob/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,7 +3,7 @@
 Download the zip file and extract it to c:\projob folder.
 Open Ini file and set FTP address where csv files located.
 Set Connection string to connect DB.
-*You should install SQL native connection if you will use it, or you can use ODBC, MDAC ... something like that.
+*You should install SQL native connection driver if you will use it, or you can use ODBC, MDAC ... something like that.
 Set Mail parameters to send report email after process.
 ProJob works every hour and downloads csv files from ftp server, processes csv files, read every lines in csv files and insert them to sql table row by row. Sends an email after all process done.

@@ -29,8 +29,8 @@
 Delete CSV files after process done, 1 is true, 0 is false

 **Database Parameters**
+Define SQL Connection string like below.
 ConnStr=Provider=SQLNCLI11;Persist Security Info=False;User ID=SQLUSER;Password=SQLPASS;Initial Catalog=SQLDB;Data Source=SQLSERVER;Initial File Name="";Server SPN=""
-SQL Connection string

 TableName=DATABASETABLENAME
 Projob processes data and insert them to this SQL table
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Wed, 21 Dec 2016 12:52:19 -0000</pubDate><guid>https://sourceforge.netd70bd01cf27b5b0754ebaae7d150bed8598f259b</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,63 +1,58 @@
 **ProJob**
-
-Projob works as a windows service. You should install it by command line.
-Download zip file and extract it to c:\projob folder.
-Open Ini file and set FTP address that you should download csv files from.
-Set Connection string that you should connect DB to process csv files.
-You should install SQL native client driver if you will use it, or you can use ODBC, MDAC ... something like that.
-Set Mail parameters for reporting after process.
-ProJob works every hour and Download CSV Files from FTP so Process that CSV files, read data and insert them to SQL Table and sends email after all process done.
+Projob works as a windows service. You should install by command line.
+Download the zip file and extract it to c:\projob folder.
+Open Ini file and set FTP address where csv files located.
+Set Connection string to connect DB.
+*You should install SQL native connection if you will use it, or you can use ODBC, MDAC ... something like that.
+Set Mail parameters to send report email after process.
+ProJob works every hour and downloads csv files from ftp server, processes csv files, read every lines in csv files and insert them to sql table row by row. Sends an email after all process done.

 **Ini Parameter Details:**

-**JobType=0**
+JobType=0
 Default 0, don't change it.

-** LocalDir=C:\LOCAL\DOWNLOAD\DIRECTORY\ **
-Where will download files to local
+LocalDir=C:\LOCAL\DOWNLOAD\DIRECTORY
+Local location to download csv files from ftp.

 **FTP Parameters:**
-**FtpHost=FTP.ADDRESS.COM.OR.IP**
-**FtpUser=FTPUSERNAME**
-**FtpPass=FTPPASS**
-**FtpDir=**
-CSV Files in this FTP Directory, If files in the root folder then you should left empty this parameter.
-**FtpArchDir=/FTP/ROOT**
-After process CSV files will be move this folder IF MoveToArch parameters is equal 1
-**MoveToArch=1**
-After process Move CSV files to FTPArchDir, 1 is true, 0 is false
-**DelFromFTP=0**
-After process Delete CSV files , 1 is true, 0 is false
+FtpHost=FTP.ADDRESS.COM.OR.IP
+FtpUser=FTPUSERNAME
+FtpPass=FTPPASS
+FtpDir=
+CSV Files in this FTP Directory, you should left empty this parameter if files are in the root folder.
+FtpArchDir=/FTP/ROOT
+After process CSV files will be move to this folder if the MoveToArch parameter is equal 1
+MoveToArch=1
+Move CSV files to FTPArchDir after process done, 1 is true, 0 is false
+DelFromFTP=0
+Delete CSV files after process done, 1 is true, 0 is false

-**ConnStr=Provider=SQLNCLI11;Persist Security Info=False;User ID=SQLUSER;Password=SQLPASS;Initial Catalog=SQLDB;Data Source=SQLSERVER;Initial File Name="";Server SPN=""**
+**Database Parameters**
+ConnStr=Provider=SQLNCLI11;Persist Security Info=False;User ID=SQLUSER;Password=SQLPASS;Initial Catalog=SQLDB;Data Source=SQLSERVER;Initial File Name="";Server SPN=""
 SQL Connection string

-**TableName=DATABASETABLENAME**
+TableName=DATABASETABLENAME
 Projob processes data and insert them to this SQL table

 **Mail Parameters**
-**SendMail=1**
+SendMail=1
 Mail send for report, 1 is true, 0 is false
-**MailHost=MAIL.SERVER.COM.OR.IP**
-**MailUser=MAILUSER@DOMAIN**
-**MailPass=MAILPASSWORD**
-**MailRcpt=MAILRCPT@DOMAIN**
+MailHost=MAIL.SERVER.COM.OR.IP
+MailUser=MAILUSER@DOMAIN
+MailPass=MAILPASSWORD
+MailRcpt=MAILRCPT@DOMAIN

 **How to Install:**

-1-Run CMD as administrator and go to projob directory with “cd” command.
-2-Type “projob.exe /install” and press enter.
-3-You will see “Service installed successfully” like below, click “ok”.
-4-You should see Projob windows service in services like below. You can start it.
+1- Run CMD as administrator and go to projob directory with “cd” command.
+2- Type “projob.exe /install” and press enter.
+3- You will see “Service installed successfully” like below, click “ok”.
+4- You should see Projob windows service in services like below. You can start it.

 **How to Uninstall:**

-1-Run CMD as administrator and go to projob directory with “cd” command.
-2-Type “projob.exe /uninstall” and press enter.
-3-You will see “Service uninstalled successfully” like below, click “ok”.
-4-You sould control removed service in services.
-
-
-
-[[members limit=20]]
-[[download_button]]
+1- Run CMD as administrator and go to projob directory with “cd” command.
+2- Type “projob.exe /uninstall” and press enter.
+3- You will see “Service uninstalled successfully” like below, click “ok”.
+4- You sould control removed service in services.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Tue, 18 Aug 2015 13:06:24 -0000</pubDate><guid>https://sourceforge.neta899e1b0c0e2c8c6a95debd92e3a715181fa849b</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,10 +1,10 @@
 **ProJob**

-Projob works as a windows service. You should install by command line.
+Projob works as a windows service. You should install it by command line.
 Download zip file and extract it to c:\projob folder.
 Open Ini file and set FTP address that you should download csv files from.
 Set Connection string that you should connect DB to process csv files.
-You should install SQL native connection if you will use it, or you can use ODBC, MDAC ... something like that.
+You should install SQL native client driver if you will use it, or you can use ODBC, MDAC ... something like that.
 Set Mail parameters for reporting after process.
 ProJob works every hour and Download CSV Files from FTP so Process that CSV files, read data and insert them to SQL Table and sends email after all process done.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Thu, 23 Apr 2015 19:08:34 -0000</pubDate><guid>https://sourceforge.netf175126b44337381fe1f7596ed79bf7408a7fdb1</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,7 +13,7 @@
 **JobType=0**
 Default 0, don't change it.

-**LocalDir=C:\LOCAL\DOWNLOAD\DIRECTORY\**
+** LocalDir=C:\LOCAL\DOWNLOAD\DIRECTORY\ **
 Where will download files to local

 **FTP Parameters:**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Fri, 17 Apr 2015 09:06:40 -0000</pubDate><guid>https://sourceforge.netc31fed114b71d387c88dc6168e0078cc85d840d4</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -43,5 +43,21 @@
 **MailPass=MAILPASSWORD**
 **MailRcpt=MAILRCPT@DOMAIN**

+**How to Install:**
+
+1-Run CMD as administrator and go to projob directory with “cd” command.
+2-Type “projob.exe /install” and press enter.
+3-You will see “Service installed successfully” like below, click “ok”.
+4-You should see Projob windows service in services like below. You can start it.
+
+**How to Uninstall:**
+
+1-Run CMD as administrator and go to projob directory with “cd” command.
+2-Type “projob.exe /uninstall” and press enter.
+3-You will see “Service uninstalled successfully” like below, click “ok”.
+4-You sould control removed service in services.
+
+
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Fri, 17 Apr 2015 09:05:22 -0000</pubDate><guid>https://sourceforge.net4bad7c22ec14e8d9842e217d2ad18863cd17b043</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,47 @@
-Welcome to your wiki!
+**ProJob**

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Projob works as a windows service. You should install by command line.
+Download zip file and extract it to c:\projob folder.
+Open Ini file and set FTP address that you should download csv files from.
+Set Connection string that you should connect DB to process csv files.
+You should install SQL native connection if you will use it, or you can use ODBC, MDAC ... something like that.
+Set Mail parameters for reporting after process.
+ProJob works every hour and Download CSV Files from FTP so Process that CSV files, read data and insert them to SQL Table and sends email after all process done.

-The wiki uses [Markdown](/p/projob/wiki/markdown_syntax/) syntax.
+**Ini Parameter Details:**
+
+**JobType=0**
+Default 0, don't change it.
+
+**LocalDir=C:\LOCAL\DOWNLOAD\DIRECTORY\**
+Where will download files to local
+
+**FTP Parameters:**
+**FtpHost=FTP.ADDRESS.COM.OR.IP**
+**FtpUser=FTPUSERNAME**
+**FtpPass=FTPPASS**
+**FtpDir=**
+CSV Files in this FTP Directory, If files in the root folder then you should left empty this parameter.
+**FtpArchDir=/FTP/ROOT**
+After process CSV files will be move this folder IF MoveToArch parameters is equal 1
+**MoveToArch=1**
+After process Move CSV files to FTPArchDir, 1 is true, 0 is false
+**DelFromFTP=0**
+After process Delete CSV files , 1 is true, 0 is false
+
+**ConnStr=Provider=SQLNCLI11;Persist Security Info=False;User ID=SQLUSER;Password=SQLPASS;Initial Catalog=SQLDB;Data Source=SQLSERVER;Initial File Name="";Server SPN=""**
+SQL Connection string
+
+**TableName=DATABASETABLENAME**
+Projob processes data and insert them to this SQL table
+
+**Mail Parameters**
+**SendMail=1**
+Mail send for report, 1 is true, 0 is false
+**MailHost=MAIL.SERVER.COM.OR.IP**
+**MailUser=MAILUSER@DOMAIN**
+**MailPass=MAILPASSWORD**
+**MailRcpt=MAILRCPT@DOMAIN**

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Fri, 17 Apr 2015 08:47:22 -0000</pubDate><guid>https://sourceforge.net86a2cb0f0d600e75cb03a5ad37e8f760568e76a9</guid></item><item><title>Home modified by Barış Kayar</title><link>https://sourceforge.net/p/projob/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/projob/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/barishkayar"&gt;Barış Kayar&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5530c0baf1fd8d1874cc95b1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barış Kayar</dc:creator><pubDate>Fri, 17 Apr 2015 08:13:46 -0000</pubDate><guid>https://sourceforge.net5ff0fa22977078d0624ebeb6dd3d7a172a65d2c9</guid></item></channel></rss>