Actionscript parsing xmlproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    2,000 actionscript parsing xml proiecte găsite, la prețul de USD
    API Developer S-a încheiat left

    I'm looking for an API developer who can help me with a project. The ideal candidate should be Responsibilities: Design and implement highly flexible, asynchronous, secured an...have comprehensive technical skills, including the following: Ability to work on protocols like HTTP, FTP and Web Sockets Ability to create APIs using REST pattern Knowledge of GraphQL and gRPC is an added advantage Knowledge of Web Services and understanding of service-oriented architecture (SOA) Proficiency with common API development frameworks/tools, including .NET Core 6+, MS Visual Studio, XML, JSON, TFS, GitHub, Postman and IIS Experience in integration of external systems, third-party APIs, payment gateways and cloud services are added advantage Knowledge in MS SQL Server and DB First appro...

    $356 (Avg Bid)
    $356 Oferta medie
    37 oferte

    I am looking for a skilled developer to create a fully tested and secure website (frontend, backend + admin panel) with no bugs or issues using the MERN Stack. The key features of the front end design include a responsive design, user-friendly navigation, and custom anim...user feedback, fix bugs and implement new features based on user demand Must have all components required Must be responsive (work across mobile/desktop/laptop/tablet screens) Must not have any spacing/alignment/responsive/font issues or mistakes Must match design Must have all required animations Must show progress throughout Must document and comment all relevant code Must have request parsing, error handling, and logging etc Must have unit + integration tests Must be secure and beta tested Timeline...

    $1222 (Avg Bid)
    $1222 Oferta medie
    27 oferte

    My project needs a Flutter/Flutterflow developer who can produce a flutterflow control/widget or system capable of recording all microphone audio to file and transcribe the audio to text on the fly. The transcription will be u...Multi-functional Processing: Once commands are parsed from the audio stream, they should initiate specified actions and produce textual output. - Command Complexity: The system you construct must be able to handle short phrase commands. Ideal Skills: Experienced in Flutter and Flutterflow and Voice User Interface (VUI) development, you should be adept at working with AAC audio files and text parsing. Experience in Natural Language Processing would enhance the effectiveness and efficiency of your deliverables. Looking forward to seeing your in-depth ...

    $551 (Avg Bid)
    $551 Oferta medie
    43 oferte
    XML API Developer Needed S-a încheiat left

    I'm in need of an experienced XML API developer to assist with a project. The tasks involved are as follows: - Parsing XML data: You'll be tasked with parsing XML data to extract valuable information that will be used for further processing. - Generating XML files: As part of the project, you will also need to create XML files based on certain criteria and data points. - Connecting to external suppliers: A crucial part of this project is the ability to connect to external suppliers and retrieve pertinent product information. - Exporting products to marketplace platforms: The final segment of the project involves transferring the product data to the following marketplace platforms: Emag, PHh, Allegro. The ideal candidate should be...

    $1196 (Avg Bid)
    $1196 Oferta medie
    74 oferte

    ...products listed in xml of following link 2. generate a new xml file separating the products by different sizes. More specifically, the element & sub elements in <simple_products> will be removed from the original xml and additional products will be created using the size name & stock elements from <simple_products> element and all other product elements will remain as it is. please check an example of generated xml () by taking the first product from 3. save the new generated xml file to a specific path on the server 4. the new script can be run from cpanel by cron job Ideal skills and experiences: - Strong knowledge in Prestashop 1.6 - Experience working with xml files - Proven ability

    $163 (Avg Bid)
    $163 Oferta medie
    24 oferte

    ...from home. Candidate’s Experience ------------------------------------------------------ The candidate will need to have experience with the Laravel 8.0 framework. 80% of your time will be spent developing new functionalities and 20% might be spent troubleshooting issues in production as and when needed. Key Skills Required: 1) Proficient with PHP, HTML5, JavaScript, JQuery, JSON, REST API, XML, AJAX and CSS3 2) Experience working with the MVC Framework Laravel 8.0, Laravel Livewire, Tailwind CSS 3) Experience building API integration such as GupShup, WhatsApp, Telegram, Twitter, Facebook, Google maps, Instagram, etc. 4) Hands-on experience in MySQL databases 5) Experience with Amazon Web Services 6) Optimization SEO/Content/Website Speed, Web security 7) Docume...

    $5 / hr (Avg Bid)
    $5 / hr Oferta medie
    91 oferte

    ...ROI. We will provide the mathematical calculations. 2) Candidate Portal. Applicant needs to be able to: a) redirect to this from the job board or company career page, b) create an account and create and/or edit candidate profile. Profile could (optionally) be created at the same time as first-time job application or separately in order to be part of our talent pool. c) upload a CV (basic CV parsing would be helpful to prefill candidate details) as well as any other relevant documents d) answer any custom questions required by the client e) complete the required tests. For this, we need proctoring technology to detect potential cheating. We may be able to white label this. f) Participate in asynchronous video interviews g) Candidates won't see test results (though maybe...

    $4436 (Avg Bid)
    $4436 Oferta medie
    103 oferte

    ...must be suppliers who ship from Aliexpress warehouses in Europe, preferably from an Aliexpress warehouse located in Poland. I need to synchronize the product database of this supplier with my store, so I need the supplier's number, its products (SKU / GETIN), quantity and current price. API or xml synchronization. I will make wholesale purchases for my warehouse, but access may be via the Alliexpress dropshipping platform. Ideal Skills: - API/database creation and handling - Aliexpress XML / Scrapping - E-commerce experience The database should gather the following data fields for each product from selected Aliexpress suppliers: - Supplier id - Product SKU - Product name - Product description - Product image - Product price - Stock information The synch...

    $145 (Avg Bid)
    $145 Oferta medie
    32 oferte

    ...doing several projects Please make realistic offers and no fake offers where the price multiplies afterwards. Please keep in mind that changes can still be made during the testing phase ! NO Game ! NO Mobile Game ! NO Graphics ! NO Website ! Thank you! Knowledge of LUA & XML is required!! Hello, I'm looking for someone who can program an addon for the video game "World of Warcraft". It is not a game, but an interface modification. Similar to MODs in Minecraft or Skyrim. LUA & XML knowledge is needed. This addon is to allow the bags to move freely in the game. There are already suitable addon but they are outdated and therefore do not work properly. Additionally a sorting function shall be implemented. Since you read everything, please write th...

    $30 (Avg Bid)
    $30 Oferta medie
    4 oferte

    ...sum = x * 3 / 5 if sum > 1 then sum = sum + 1 else sum = sum – 1 Part 2: Syntax Analysis In this Part you will extend the work that you did in Part 1 on lexical analysis. You will now add a syntax analyser (parser) to it. The syntax analyser will handle expressions described by the EBNF given as an example in the section 4.4.1 of the textbook. The parser will be based on recursive-descent parsing algorithm and the outline C code for the parser is already given in the textbook. You will improve it by adding error handling capability. First get the code for the recursive-descent parser described in the textbook working. Try it out on simple examples, e.g. (sum + 47) / total. This example should produce the trace given in section 4.4.1 (page 184-185 of 10th edition). ...

    $116 (Avg Bid)
    $116 Oferta medie
    16 oferte

    Please DONT APPLY of you dont have the experience and skills! I'm looking for an NLP Developer who has experience with parsing PDF files, integrating OpenAI and other LLM providers APIs, and building RAG (Retrieval-Augmented Generation) applications. The main objective of this project is to build a chatbot based on a repository of documents. Key Responsibilities: - Implementing PDF parsing capabilities to extract textual data for processing - Integrating OpenAI APIs to enhance the chatbot's responses - Building a RAG-based chatbot system for providing contextual answers The ideal candidate should have: - Proficiency in NLP and experience with developing language models - Strong skills in integrating APIs - Previous experience in building chatbots or conversational...

    $39 (Avg Bid)
    $39 Oferta medie
    25 oferte

    I'm looking for a skilled developer to create an online interface which can upload a Word document and extract key pieces of information to populate a database. Key Requirements: - Extract multiple fields: T...Metadata Extraction: The primary focus of this project is to extract specific metadata from the document, specifically Date, Description, and Quantity. - Populate Database: The extracted data should then be used to populate a database. Ideal Skills and Experience: - Proficiency in programming languages and tools for working with Word documents. - Experience in developing data extraction and parsing tools. - Familiarity with creating web interfaces for document management. I'm looking for a professional who can deliver a reliable and user-friendly tool for this d...

    $129 (Avg Bid)
    $129 Oferta medie
    50 oferte

    I am looking for a skilled professional who can tag specific elements within XML files for digital publishing purposes. Details of the project: - XML tags will be applied primarily to Text content within Scientific articles. - Tagging needs to create a Hierarchical structure. Ideal credentials for this job require: - Proficiency in XML tagging and digital publishing. - Specific experience or background in handling scientific articles is a huge plus. - Knowledge on XML hierarchical structure. Your role will be crucial in organizing and preparing these scientific articles for digital publishing.

    $307 (Avg Bid)
    $307 Oferta medie
    9 oferte

    ...and removing listings as needed. - Resume parsing: Ability to automatically parse and extract key information from resumes to streamline the recruitment process. - ATS: Incorporation of an Applicant Tracking System (ATS) to manage the hiring process from initial application to final placement. Platform and Integration: - The primary platform is desktop, so experience with desktop application development is essential. - While I haven't specified integration needs, experience in linking software with other systems would be beneficial. Ideal Skills: - Proven experience in developing desktop applications, particularly in the HR/recruitment field. - Strong understanding of ATS and recruitment software functionalities. - Familiarity with resume parsing technologies. - Abi...

    $543 (Avg Bid)
    $543 Oferta medie
    34 oferte

    I'm searching for a proficient C# developer who is experienced in handling CSV files. Tasks to Perform: - Reading and parsing CSV files - Writing and updating data to CSV files This role will require dealing with CSV files of medium size (10KB - 1MB). Data Processing Requirements: - Sorting or filtering records within the CSV files - Formatting data before saving back to the CSV Ideal candidates should possess strong skills in data manipulation and a solid understanding of C# programming to adequately meet requirements and perform tasks efficiently.

    $16 (Avg Bid)
    $16 Oferta medie
    13 oferte

    We are seeking a skilled Android developer...files (.xls or .xlsx) into the app. The import functionality should be similar to the existing "Fuel Injection Price List" section within the app. Ensure data integrity and proper handling of potential errors during import. Implement appropriate user interface elements for file selection and import initiation. Skills Required: Android development expertise (Java/Kotlin) Experience with data parsing and Excel file handling libraries Understanding of user interface design principles for Android Strong problem-solving and debugging skills We are open to discussing different implementation approaches and libraries. Please submit your proposal outlining your experience, technical approach and estimated timeline. We look forward ...

    $115 (Avg Bid)
    $115 Oferta medie
    12 oferte

    Tengo un ERP desarrollado en Vbasic 6.0, necesito un desarrollo complementario que permita tomar el xml generado por el ERP y que termine el proceso. Ademas necesito que la aplicacion pueda ser accesada por un movil android y generar Guias de Despacho, las cuales deben llegar al ERP con base de datos en MYSQL

    $193 (Avg Bid)
    $193 Oferta medie
    15 oferte

    I'm in need of an accomplished JavaScript developer to fine-tune my current JSON to XML conversion process for Roku. The entire focus is on enhancing the accuracy of format. As the matter is of utmost importance, I need this to be executed with immediate effect. - Key Task: Refining the JSON to XML conversion for Roku. - Required Expertise: Advanced proficiency in JavaScript and a solid grasp in handling JSON and XML data types. - Timeline: Urgent. The need is for it to be completed as soon as possible. Your responsibility would be to scrutinize the current programming and effectively enhance its format accuracy. Proven experience of similar tasks will be considered a significant plus. Your ability to prioritize tasks and deliver solutions promptly will be high...

    $22 (Avg Bid)
    $22 Oferta medie
    8 oferte

    I'm seeking a proficient PHP Developer, capable of performing specific tasks like PHP scripting without CMS/Framework. The core responsibility will be to parse strings and files, specifically CSV files. The ideal candidate is someone with strong PHP scripting skills, problem-solving attitude, and expertise in CSV file parsing. Your primary goal will be to customize the functionality of my website by automating some repetitive tasks and creating dynamic content. Experience with unstructured data formats like CSV will be critical to your success in this position.

    $4 / hr (Avg Bid)
    $4 / hr Oferta medie
    30 oferte

    I need an experienced professional to create an XML file for me. The file will be primarily text-based, with no need for images or tables. Key Responsibilities: - Create a custom schema for the XML file - Ensure that the text content is structured appropriately within the XML file - Deliver the file in a timely manner Ideal Skills and Experience: - Proficiency in XML creation - Experience in creating custom schemas - Attention to detail - Ability to work independently - Good communication skills, as you may need to clarify certain aspects of the project. Please note, I will rely on your expertise to create a suitable schema for the XML file. The end goal is to have a well-structured and functional XML file.

    $525 (Avg Bid)
    $525 Oferta medie
    68 oferte

    We have setup an XML feed custom made + Merchant center but the products never appear when we expect them to for names of products for example, need someone to look through and find out the issue

    $39 (Avg Bid)
    $39 Oferta medie
    25 oferte

    I have a 500MB XML file that I need loaded into SQL across approximately 20 tables. I'm in need of a Python script to handle the transformation. The script will need to handle normalization of the data. Key requirements: - Develop a Python script to read the XML file and transform the data into a normalized structure across 20 tables. - You will need to create the SQL tables as part of the normalization process. - Experience with large data transformations and SQL is vital.

    $191 (Avg Bid)
    $191 Oferta medie
    92 oferte

    I need a proficient software developer to create a Windows software that can scan COM port on a local machine, read and analyse various data formats including CSV, JSON, and XML. This software should have key features such as: 1. Data Reading & Analysis - Extract data from COM port in CSV, JSON, and XML formats. 2. Custom Filtering - Provide an option to select specific data to be posted to RSS feed. Two main custom filtering options should be considered: - Filtering by data type - Filtering by keyword Ideally, the freelancer should have strong skills and experience in software development for Windows, with a keen understanding of data formats and RSS feeds. Deep knowledge of COM port operations will be a significant plus.

    $206 (Avg Bid)
    $206 Oferta medie
    16 oferte

    ...fully operational Sign up for newsletter and coupon and add to customer list Downloadable email list of customers also advances email marketing plugin Ability send email coupons to customers Easy update backend - cms Payment gateway programmed with updatable processors PayPal, after pay, amazon pay and so on Save for later button Share Button Love button Place varies codes for tracking XML site map ability to collect phone number for text message marketing order status Product description options, size, color options, about, fabric, model description and so as needed Pairs with option example if your buying leggings then it would have a section stating "pairs with" up selling you may also like & customers also bought section Product sizing chart plug...

    $1193 (Avg Bid)
    $1193 Oferta medie
    204 oferte

    I am looking for a software solution to extract exam questions and answers from PDF files and organize them into an Excel spreadsheet. The extracted data should be structured such that each question is listed in one column, its corresponding answers are listed in subsequent columns, and each row represents a single question and its answers. Project Requirements: PDF/Doc Parsing: The software should be able to parse PDF/Doc files containing exam questions and answers. Extracted data should include the question text and its associated answers. Data Organization: Questions should be listed in the first column of the Excel spreadsheet. Answers should be organized in subsequent columns, with each answer corresponding to the respective question. The number of columns for answers may var...

    $178 (Avg Bid)
    $178 Oferta medie
    30 oferte

    I require a professional data scraper to scrape multiple websites. Key tasks include: - No limitation on type of data scraped as this was not specified. - Scraping must be done across multiple websites, specifics will be provided upon project commencement. - All data should be delivered in Excel spreadsheet format. Idea...of data scraped as this was not specified. - Scraping must be done across multiple websites, specifics will be provided upon project commencement. - All data should be delivered in Excel spreadsheet format. Ideal skills and experience: - Prior experience in web scraping across multiple diverse websites. - Proficient in using different scraping tools. - Strong understanding of Excel and data parsing. - Attention to detail and commitment to high quality, error-...

    $290 (Avg Bid)
    $290 Oferta medie
    34 oferte
    PHP XML Sign S-a încheiat left

    Necesito en PHP puro un modulo para firmar electrónicamente un XML con un certificado .P12, y este se debe enviar a un webservice externo que valida el xml, se espera datos de respuesta. La aplicación de WS-Security se aplicará exigiendo la firma mediante XMLDSig en el body del mensaje SOAP utilizando los siguientes parámetros: • Algoritmo de firma: RSA/DSA (se recomienda RSA - ) • Canonicalization: "exc-c14n" (Exclusive) • Algoritmo de Digest: "sha1" ( El webservice tiene mi clave publica y comprueban que se correcto.

    $70 (Avg Bid)
    $70 Oferta medie
    12 oferte

    I'm seeking a skilled software developer to join our dynamic IT team. The ideal candidate will possess expertise in Perl, Python, and XML/XSLT, and should be familiar with MySQL. Responsibilities: Develop And Maintain Software Applications Using Perl, Python, XML, XSLT, And Database Technologies. Design And Implement Data Transformation Processes Using XML And XSLT. Write Efficient, Clean, And Reusable Code That Complies With Company Standards And Best Practices. Collaborate With Project Managers, Business Analysts, And Other Team Members To Understand The Requirements And Provide Technical Solutions. Perform Database Management Tasks, Including Design, Modifications, And Performance Tuning. Assist In The Integration Of New Software And Systems Into Existing Env...

    $266 (Avg Bid)
    $266 Oferta medie
    9 oferte

    ...development and integration to complete a medical management platform. Would prefer someone in DFW area. Key Tasks: - Finalizing the remaining 15-5% of the medical management platform. - Ensuring the platform has robust patient management program that has: appointment scheduling, video (e.g. Telehealth), patient billing and invoicing capabilities, claims submission to current clearing house using XML. - Integrating the platform with our current website(s). - Implementing user login and authentication. - Implementing secure Patient Health Information (PHI), aka "HIPAA" standards. - Incorporating functionality for users to pay their invoices within the platform. - Ensuring that the payment options include credit card, debit card, electronic checks, bank transfer, vemo, ...

    $35 / hr (Avg Bid)
    $35 / hr Oferta medie
    111 oferte

    I'm in need of a skilled Python/Java developer who can help me build a full-stack accounting web application. Key aspects of this project include: - **Main Feature:** The most crucial aspect of this accounting web application is its financial reporting capabilities. The financial data will be taken from Excel and XML. There will be financial reports (P&L, Balance Sheet, Cash Flow) and graphs to show the financial status. - **Technology Stack:** I require the project to be developed using Python/Java as the primary programming language. - **Database:** The application should be built using MongoDB for its databases. Ideal candidates should have: - Proficiency in Python/Java and MongoDB. - Experience in developing accounting or financial applications that include graphs ...

    $28 / hr (Avg Bid)
    Acord de confidenţialitate
    $28 / hr Oferta medie
    51 oferte

    I require a professional data scraper to scrape multiple websites. Key tasks include: - No limitation on type of data scraped as this was not specified. - Scraping must be done across multiple websites, specifics will be provided upon project commencement. - All data should be delivered in Excel spreadsheet format. Idea...of data scraped as this was not specified. - Scraping must be done across multiple websites, specifics will be provided upon project commencement. - All data should be delivered in Excel spreadsheet format. Ideal skills and experience: - Prior experience in web scraping across multiple diverse websites. - Proficient in using different scraping tools. - Strong understanding of Excel and data parsing. - Attention to detail and commitment to high quality, error-...

    $12 (Avg Bid)
    $12 Oferta medie
    36 oferte

    I am looking for a Racket developer with expertise in scripting and LL1 grammar. The main goal of this project is to develop a simple grammar for parsing and code generation. Key Requirements: - Proficient in Racket: You should be well-versed in Racket programming language. - Grammar: Experience in developing grammars, especially LL1, is essential. - Code Generation: The ability to generate code based on the parsed grammar. - Complexity: The language to be developed will be simple in nature, with less than 10 rules. This project will involve: - Crafting an LL1 grammar for the simple language. - Implementing the parser for the grammar. - Developing a code generator based on the parsed language. If you have experience in Racket, grammar, and code generation, and are interested in t...

    $118 (Avg Bid)
    $118 Oferta medie
    4 oferte
    Android XML Button Design S-a încheiat left

    I'm in need of an expert Android developer who can create a sleek, small, and round button in XML for my application. The button should have the following features: - The button should be fully clickable and functional. - It should change color upon being clicked. - The button should also display text on hover. The ideal candidate for this project should have: - Extensive experience with Android XML design. - A strong understanding of UI/UX principles. - Proficiency in creating interactive elements. Please respond with examples of your previous work in Android design, particularly with buttons, and any relevant experience you have.

    $17 (Avg Bid)
    $17 Oferta medie
    9 oferte

    At the moment, I am using php 8.2.18 extension in azure and got ...got an error as follows: [06-May-2024 10:38:38 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module Module compiled with module API=20210902 PHP compiled with module API=20220829 These options need to match Azure linux containers are using php 8.2.17. I need a skilled developer to build the deprecated XML-RPC extension () to work with PHP 8.2.17 in azure linux containers. Key Responsibilities: - build the XML-RPC extension for PHP 8.2.17 - Ensure the extension is robust and secure Please include examples of past work in your application. Ideal Skills: - Experience in creating PHP extensions - Worked with azure linux containers - Honest and reliable.

    $156 (Avg Bid)
    $156 Oferta medie
    27 oferte

    I have an existing Go app a URL validator, which...extend this feature and make it more accurate by allowing it to check the entirety of a URL, even if it is not initially parsable. What you'll need to do includes, but is not limited to: - Update the URL validator to check full URLs even if its not parsable . - Troubleshoot and resolve any issues that arise from these updates Ideal Skills & Experience: - Go Programming Language - Debugging - URL Parsing - URL Validation If you have notable experience in Go development and URL handling, you're the perfect fit for this project. Please do include instances where you've worked on similar projects or tasks in your proposal. i only set $10 budget for this small project it , it should takes few moments if you are an...

    $13 (Avg Bid)
    $13 Oferta medie
    6 oferte

    I need an API expert who can help me set up and integrate a Weather XML feed within a Wordpress site. The feed will provide real-time weather information to my site visitors. Unfortunately, I missed answering some of the questions related to the source of the feed, how it should be displayed on the site, and how frequently it should be updated. Key requirements for this project include: - Setting up the API integration with the chosen weather service provider - Ensuring the data is accurately displayed on the site - Implementing a suitable update frequency for the weather information It would be a plus if the freelancer could also assist in: - Designing a visually appealing layout for the weather information - Making suggestions on how to improve the overall user experience on th...

    $27 (Avg Bid)
    $27 Oferta medie
    21 oferte

    Software Features ● NVIDIA Isaac Sim experience preferred ● Weld Seam Recognition:accurate seam detection ● Move Path Generation:generate precise welding robot movement ● 3D Simulation:Create realistic 3D environment for visualizing welding process File Processing ● ​DXF File Reading: function to read and extract data from DXF files ● ​Data Parsing: Extract welding specifications from DXF files ● ​Compatibility: Ensure compatibility with various welding piece DXF file formats. ● Optimization: Optimize file processing for speed and efficiency ● Robot Integration: ● Robot Simulation: virtual welding robot for 3D simulation ● Compatibility: Ensure compatibility with different welding robot models ● Calibration: Calibration tools to match simulation with real-world...

    $7839 (Avg Bid)
    $7839 Oferta medie
    21 oferte

    I require a proficient database administrator to import large XML file dumps (3gb, 20gb, and potentially larger sizes) into a MySQL database. The purpose of this task is database migration. The task will involve: - Handling entire data of moderately complex XML files, including several nested tags. - Ensuring the conversion captures all data comprehensively and accurately for smooth database operation. Ideal Skills and Experience: - Strong proficiency in MySQL and XML - Robust experience with database migration - Background in handling complex file structures - Demonstrated ability to manage large datasets.

    $143 (Avg Bid)
    $143 Oferta medie
    46 oferte

    Hola, necesitamos exportar los datos de un registro de filemaker en una estructura XML dada por el gobierno para hacerla compatible en la importación de su sistema. Sería crear un guión en Filemaker junto con la plantilla xml para hacer que la exportación sea compatible con la estructura de archivos que necesita el estado español (le proporcionaría ejemplos del resultado del xml necesario). También sería necesario que al generar el documento se genere firma digital, ver detalles en los enlaces: Dejo enlace de la web oficial del Gobierno de España que habla bien y ampliamente de este tema de la factura electrónica Ver AQUÍ >> Dejo este otro enlace donde explican con más detall...

    $169 (Avg Bid)
    $169 Oferta medie
    3 oferte

    I'm looking for a skilled developer who can create a web application that can read data from multiple sources like Excel files, XML files, and APIs, and then match, aggregate, and save this data to a database. Requirements: - The web app should be able to read data from Excel files, XML files, and APIs. - The application should have the capability to match and aggregate data from these different sources based on specific fields, data types, and unique identifiers. - The end goal of the data matching and aggregation is to save the data into a database. Ideal candidate should: - Have experience in developing web applications that work with various data sources - Be proficient in database management and data aggregation techniques - Be able to write clean and maintainable...

    $129 (Avg Bid)
    $129 Oferta medie
    22 oferte

    I'm in need of a developer skilled in Python or a similar language to create a program that will scan multiple websites for broken links. Here are specific requirements: - The focus should be on external links; internal links are not of...a similar language to create a program that will scan multiple websites for broken links. Here are specific requirements: - The focus should be on external links; internal links are not of interest in this project. - The program must be able to detect and report Dead external links and Error 404 links. - The output should be provided in a text file format. Experience in website crawling and parsing, and a strong understanding of web protocols and formats (HTTP, HTML) are needed for this job. Experience working with similar projects would be...

    $43 (Avg Bid)
    $43 Oferta medie
    31 oferte

    I'm in need of a Python coding expert. The exact purpose of this code is unspecified, with the task o...py'. For monitoring played video ads, create a separate video ads log that includes the video name, the number of times it's played, and the date and time that the video was played. Store this data in 'C:UsersKALAVANIDesktopabi-py'. Ideal skills include: - Expertise in Python - Proficient in data analysis, web scraping, automation - Knowledge in data manipulation, text processing, file parsing - Experience with Django and Flask would be beneficial, but it's not mandatory Think you're up for this open-ended task? Swing by with your relevant experiences and your approach to such a project. Looking forward to collaborating with adept and fle...

    $20 (Avg Bid)
    $20 Oferta medie
    11 oferte

    ...name and email address set to the sender email address. The password should be set to a random number. The account create date will be the current date. If you have any question about the work please let me know before you start. The ideal candidate for this project will have: - Proficiency in Drupal and significant experience working on similar projects. - A strong understanding of email parsing and data handling. - Strong communication skills to ensure a clear understanding of the required changes and their implementation. - Attention to detail and a commitment to producing high quality, error-free work. - The ability to work independently and to meet project deadlines. If you are confident in your Drupal skills and have a proven track record of enhancing the functionalit...

    $163 (Avg Bid)
    $163 Oferta medie
    37 oferte

    I am in need of an experienced C# developer who can help me embed an XML file with a PDF/A-3 standard. The output file should be a PDF/A-3 format with the XML file embedded. The primary purpose of this task is to ensure regulatory compliance. Key Requirements: - Embed XML file with a PDF/A-3 standard - Ensure the resulting file is PDF/A-3 with the XML file embedded - The metadata for the PDF/A-3 file should consist of basic information (Author, Title) The successful applicant for this project should be proficient in C# and have a solid understanding of PDF standards and XML embedding. Previous experience with similar PDF standard embedding tasks and regulatory compliance is highly desirable. Communication: I prefer to communicate through instant messag...

    $84 (Avg Bid)
    $84 Oferta medie
    3 oferte

    ...own code must contain a visible algorithm. Your program must work according to the documentation. All documentation must be written in the source code . The program must include: (in source code) Brief documentation. It must describe what the program can do, describe the algorithms used, or describe the limitations of the program. For example for LL1 parser there have to be a LL1 grammar and parsing table for it. Each function must be commented - what the function does and what it returns. If the function is more complex, it must be commented so that the trainee can understand your idea. Finally, there must be at least 5 tests (or examples) that cover all possible types of inputs. The test compares the returned value with the expected value (see example for more). Failure t...

    $35 (Avg Bid)
    $35 Oferta medie
    1 oferte

    I need to import products and variants, but the problem is that variants are within the product name: Product Name - width, height. When I import it, it doesn't merge according to the name but each product remains separate. I don't have SKUs, and I'm using WP All Import. Example: Bambino - 70, 140 Bambino - 60, 120 I need to merge it into variants so that the product is only the name, for example, Bambino, which contains variants 70,140 and 60,120

    $30 (Avg Bid)
    $30 Oferta medie
    39 oferte

    The code stuck when xml is wrong or long or when the close tagID is not found. I want to correct it in order to manage more connection. Consider that the XML is a camera that send more or less 1 xml every 2sec. Here my code: $listen_port = $this->cameraPort; $sock = socket_create_listen($listen_port); if ($sock === false) { $errorcode = socket_last_error(); $errormsg = socket_strerror($errorcode); $this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port");...

    $138 (Avg Bid)
    $138 Oferta medie
    7 oferte

    I'm seeking a proficient full stack developer, with particular expertise in using Spring Boot to develop robust and efficient APIs. The main goal for this project is to create integration endpoints, effectively linking rest API and Angular. Your experience with Postgres db XML and xslt will also be greatly utilized. This project requires: - Comprehensive understanding of Spring Boot and REST APIs - Strong knowledge and experience in Angular and Postgres db XML - Expertise in creating integration endpoints - Ability to work with rest API - Solid experience in working with XSLT Your responsibility will be to ensure that the API is properly integrated with rest API and Angular, contributing to the overall functionality of our platform.

    $504 (Avg Bid)
    $504 Oferta medie
    93 oferte

    I am interested in creating an Excel VBA macro that will allow me to import PDF invoices into line items and par...into line items and parse them. The objective of this project is to streamline the process of invoice data entry by automating the extraction of key information from incoming PDF invoices, namely Invoice number, Vendor name, Pricelist, and Detail. The successful freelancer for this project should have: - Demonstrated experience in creating VBA macros for Excel - A strong understanding of PDF parsing and data importation - Knowledge of accounting principles is a plus The imported data should ideally be formatted in Excel as: - Each PDF invoice should be translated into a single row - The extracted information should be available in separate columns for each piece of in...

    $35 (Avg Bid)
    $35 Oferta medie
    57 oferte

    Se necesita apoyo en el desarrollo en lenguaje php, para consumir un webservice que utiliza firma digital. Esta firma en formato pfx modifica el header del xml para cada consulta.

    $66 (Avg Bid)
    $66 Oferta medie
    11 oferte