• A Internet de Dados de aplicativo de Extrator de fazer o download de um site, analisar o código HTML e coloque o resultado em uma tabela. Esta tabela pode ser salvo como arquivo CSV (pode ser aberto no Excel, por exemplo). Você pode criar uma pascal script que pode sites de download, analisa as entradas da tabela (leitura e escrita a partir da tabela) e, por exemplo, seguir os links para coletar informações detalhadas. O pascal script pode salvar o resultado como arquivo CSV. Não é nenhum problema para extrair as informações necessárias. Vamos dizer que você deseja baixar todas as informações disponíveis para uma lista de estoques e fazer algumas calculatation e de saída o resultado como uma tabela do Excel. Ou você deseja extrair todos os endereços de uma lista de endereços em um site e colocá-los em uma base de dados. Uma vez que o script é criado e funciona bem, você pode chamar o programa com o nome do arquivo de script como parâmetro e o programa irá extrair todas as informações no plano de fundo.
  • İnternet Veri Çıkarıcı uygulama bir web sitesi indirme, HTML kodu ayrıştırmak ve bir tabloya sonucu koyacağız. Bu tablo (Excel örneğin açılabilir) CSV dosyası olarak kaydedilebilir. Web siteleri indirmek olan, (okuma ve tablodan yazma) ve örneğin bilgi toplamak için bağlantıları aşağıdaki tabloda girişleri ayrıştırır pascal komut dosyası oluşturabilirsiniz. Pascal komut dosyası, CSV dosyası olarak kaydedebilirsiniz. Gerekli bilgileri ayıklamak için hiç sorun değil. Sağlar hisse senetleri listesi için tüm bilgiler mevcut Excel tablosu olarak bazı calculatation ve çıkış indirip yapmak istediğini söyle. Veya bir web sitesinde adresler listesinden bütün adresler ayıklamak istediğiniz ve bir veri tabanı içine koymak. Bir kez komut dosyası oluşturulur ve çalışır iyi parametre olarak komut dosyası adı ile program arama ve program arka planda tüm bilgileri ayıklar.
  • The Internet Data Extractor application will download a website, parse the HTML code and put the result into a table. This table can be saved as CSV file (can be opened in Excel for example).

    You can create a pascal script which can download websites, parses the table entries (read and write from the table) and for example following the links to collect detail information. The pascal script can save the result as CSV file. It is no problem to extract the needed information.

    Lets say you want to download all information available for a list of stocks and do some calculatation and output the result as Excel table. Or you want to extract all adresses from a list of adresses on a website and put them into a data base.

    Once the script is created and runs well you can call the program with the script file name as parameter and the program will extract all information in the background.