Import sql database ssh jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 import sql database ssh jobs found, pricing in USD

    ...skilled SQL dev who can assist me in resolving an issue. My sql database, unfortunately, is still pointing to my decommissioned staging site (staging3), preventing me from deleting this site. My primary aim is to modify the SQL database file to direct users to the main site. This project will involve the following: • Evaluating the SQL database to identify any tables or data linked to the old staging site • Modifying SQL database paths to direct to the main website • Ensuring that no critical data is lost in the process The ideal candidate for this job will: • Be proficient in SQL database management • Have experience maintaining and altering large database systems • Ha...

    $20 (Avg Bid)
    $20 Avg Bid
    56 bids

    I have a python scrape that collects data from a website but the cookie and csrf have changed and I am not sure how to obtain the ones from dev tools. Here is the top part of the broken scrape code. Can you fix it? Full code attached. # Scraping import os import datetime from time import sleep import requests import pyodbc from import InsecureRequestWarning requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning) def terminate(error_message, code, data, d_type): print(f"[{d_type}]{error_message}, Check Logs. Exiting...") dt = str(()).replace(".", "_").replace(":", "_").replace(" ", "_").replace("-", "_") print(f"nP...

    $142 (Avg Bid)
    $142 Avg Bid
    26 bids

    I need help creating a node for N8N (version 1.33) using "HTTP Request" for the page "", returning all the table data. Today I'm getting error 403. The deliverable should be a json file that I can import into my local N8N instance. I have the script in CURL already working, but when I import it into the N8N it gives the 403 error.

    $16 (Avg Bid)
    $16 Avg Bid
    35 bids

    ...modernize how essential hospital data is managed for an enhanced operational efficiency. More specifically, the requirements of the project are as follows: Connection to the hospital's database: The application should allow connection to the hospital's database systems. Display Patient Information: The application should allow displaying information about patients hospitalized in the hospital. Introduction of new patient records: The user should be able to import new patient records into the database. Patient Information Update: The application should allow updating of patient information in the database. Medical Records Management: The management of patients' medical records should be supported. Exit from the System: ...

    $13 (Avg Bid)
    $13 Avg Bid
    29 bids
    Data Extraction from Database 6 days left
    VERIFIED

    I got database in DB3 format. In contains many things like RGB images and LiDAR (point of cloud ) data and others. I attach metadata file. What I need is some who will connect to my PC via Anydesk and will remotely extract information from that database. RGB and LiDAR of same scene so that it is compatible with format

    $61 (Avg Bid)
    $61 Avg Bid
    31 bids

    ...who could significantly improve an existing Android application built on .NET with SQL backend. Major tasks include: - Redesigning UI/UX to make the app more intuitive and user-friendly - Adding more interactive elements to keep users engaged - Improving navigation for a flawless user experience - Identification and fixing of bugs, coupled with performance optimizations for a smooth application flow - Integration of new features such as push notifications, in-app messaging, and creation of 'Course Sections', Course Notes Section - Reworking of the 'Find Jobs' section to make it more efficient - And with complete new Login and Sign pages. Ideal freelancer should have: - Extensive experience with .NET, SQL, and Android app development - Proven track...

    $317 (Avg Bid)
    $317 Avg Bid
    9 bids

    I require a Laravel developer with profound knowledge of SQL - specifically for data manipulation - and Firebase handling real-time data. The successful candidate will not only have expertise in Laravel development but also have the ability to efficaciously manipulate data using SQL. The ability to store data into SQL from firebase real-time don Firebase. Ideal Skills & Experience: - Laravel Development - SQL (Data Manipulation) - Firebase (Real-time Data Management) The developer must have a solid understanding and experience with Laravel, SQL, and Firebase. Proven track record in these fields would be advantageous. Also a little knowledge of MQTT but not required, I have html sample page and integration already implemented

    $45 (Avg Bid)
    $45 Avg Bid
    88 bids

    I'm seeking a creative professional who can create a fresh, modern looking logo design for our new business and once we select the winner - this project al...project also includes the winner to make a one page HTML page for our new empty website using this logo design only one page and upload to fasthosts. Just to be clear - logo design for our new company and project includes one page HTML design with new logo and a few paragraphs. Only one page. Company name is "Signaltec Limited" and the activity of the company is radio communication equipment import and selling. We will be selling CB radios, walkie talkies, ham radios, boating radio walky talkies - also we will be selling radio towers, radio masts - antennas So the design needs to be something catchy and relat...

    $12 (Avg Bid)
    Guaranteed
    $12
    31 entries

    I'm needing a skilled WordPress designer who can install a template purchased from themeforest for my portfolio /dance website Specifically, I require: - An expert who understands how to make efficient layout adjustments, understands theme installation, and can set up default content accurately. WordPress and p...a template purchased from themeforest for my portfolio /dance website Specifically, I require: - An expert who understands how to make efficient layout adjustments, understands theme installation, and can set up default content accurately. WordPress and portfolio website building. Strong WordPress layout skills and knowledge in theme customization ... the theme almost works but breaks on import...... the theme i can provide as zip file it is called bodega ...

    $155 (Avg Bid)
    $155 Avg Bid
    259 bids
    SQL to Excel Data export 6 days left
    VERIFIED

    I have an SQL database and I need to export data sets into an Excel spreadsheet. I would need the following data exported into individual spreadsheets: - Customer information - Bill of materials - Materials inventory - Supplier details I have examples from previous exports of the required data that should be presented in each spreadsheet Ideal candidate should have the following skills: - Extensive experience with both SQL and Excel - Understanding of data extraction techniques - Excellent attention to detail to ensure that the data transfer is accurate. - Prompt communication and commitment to meet deadlines. You should be able to handle sensitive customer information responsibly and maintain strict professional discretion at all times during this assignment.

    $725 (Avg Bid)
    $725 Avg Bid
    154 bids

    I am in need of an experienced data entry professional who can effectively update my databases. You will only be required to work less than three hours a day from your home. Key Responsibilities: - Updating Database regularly - Ensuring data integrity and accuracy - Solving any database related issues Ideal Skills and Experience: - Proficient in Oracle, MySQL, SQL Server - Exceptional attention to detail - Prior experience in Database updating Get in touch if you fit this profile. This could be your chance to establish a regular, part-time, work-from-home position.

    $30 / hr (Avg Bid)
    $30 / hr Avg Bid
    18 bids

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { ...paragraphs or sections if ((abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    $18 (Avg Bid)
    $18 Avg Bid
    20 bids

    ...incorrect computation of available seats for events - Address the affected functional features associated with UI errors See this link for details of bugs: (note that the project owners have quoted a 500 euro fee to fix this themselves, but this is excessively high for something that is small code fix.) Will provide SSH access to my instance of Mobilizon to troubleshoot if necessary. Ideal skills for this job: - Proficiency in Elixir - Experience working with open source code - Familiarity with user interface debugging - Background in resolving functionality issues The goal is to not only solve these problems, but also to correctly submit the corrected code back to Mobilizon project. This is a great opportunity

    $500 (Avg Bid)
    $500 Avg Bid
    2 bids

    I require assistance with linking my MySQL database server to my domain. Additionally, I need someone to upload the server to CPanel and facilitate its installation. I need someone to connect the server to the domain + I want to upload a digitalocean server to CPanel and install it

    $26 (Avg Bid)
    $26 Avg Bid
    39 bids

    I'm seeking a proficient individual who can devise a potent Power BI report by linking it to SQL databases and Online APIs. Key Responsibilities: • Develop reports focusing on Sales Data Analysis and Inventory Tracking • Fuse multiple company financial reports into a single, easy-to-digest visualisation • Ensure the reports are updated daily with the latest data Important Skills: • Proficient in Power BI • Experience in SQL databases and Online APIs • Understanding of sales data analysis and inventory tracking • Able to work with data from different companies and harmonise it in one report We are based in London and would be interested in working long term with an experienced consultant.

    $37 / hr (Avg Bid)
    $37 / hr Avg Bid
    42 bids

    I want to manage a work - system that will draw from an xml file (attach) from my supplier every day and update 1. products (addition or removal depending on the file) 2. update of prices, photos, characteristics, description, etc. 3. it will run once a day automatically everything I want automatically no manual tasks now 90 products on my site after xml 4000 products import the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all + 90 products my total 4090 products the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." ->...

    $53 (Avg Bid)
    $53 Avg Bid
    37 bids

    I am in need of a highly skilled individual with expert knowledge in HTML, CSS, SQL, JavaScript, Python, and Java. The main purpose of my project is to establish various connections including Network, Database, and API connections. Key Responsibilities: - Create complex, high performance networks - Establish secure and reliable Database and API connections - Web development using HTML, CSS, JavaScript, Python, and Java. Ideal Skills and Experience: - Proficiency in HTML, CSS, SQL, JavaScript, Python, Java - Experience in network building and maintenance - Database and API connection expertise - Strong problem-solving skills and attention to detail.

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    22 bids

    In a bid to expand my women's footwear wholesale business, I'm looking for a freelancer with excellent lead generation skills. Here's what I need: - Identify potential clients interested in wholesale women's slippers. - Generate leads in the fashion market, pinpointing businesses that could potentially import our products. - Any background in the fashion industry, especially footwear, would be a definite advantage, but isn't mandatory. - Proven experience in lead generation and outstanding communication skills are a must. Get ready to step into the world of women's fashion footwear!

    $32 (Avg Bid)
    $32 Avg Bid
    12 bids

    Please read from start till end carefully before bidding, only if you knows mbb, sql, django and you understand everything then message or bidd . No time wasters please. Thanks in advance. I need a professional with robust experience in designing modern, vibrant and user-friendly website GUIs. The main task involves creating 2 - 3 pages using Django, one of the most secure platforms. The website needs to incorporate features such as: - User login: Users should be able to seamlessly sign in to both the website and existing MyBB forum using the same credentials. - Home page: This will feature Cryptocurrency and Exchange rankings and detailed reviews of each. - About page: This will provide detailed information about the website's main objective - to rank cryptocurrencies and ex...

    $153 (Avg Bid)
    $153 Avg Bid
    89 bids

    I want to manage a work - system that will draw from an xml file (attach) from my supplier every day and update 1. products (addition or removal depending on the file) 2. update of prices, photos, characteristics, description, etc. 3. it will run once a day automatically everything I want automatically no manual tasks now 90 products on my site after xml 4000 products import the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all + 90 products my total 4090 products the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." ->...

    $75 (Avg Bid)
    $75 Avg Bid
    94 bids

    Our primary goal is to establish an e-commerce website aimed at professionals. The site should have a strong emphasis on: - Visually pleasing content: Use top-notch graphic...to capture attention. - Relevant and Concise information: The site needs to be informative, offering precise and straightforward information about our products. - Interactivity: A user-friendly interface leading to seamless navigation and engagement is critical. - Import and Export of Products: The functionality for importing and exporting products should be effortless and efficient. Ideal candidates should have significant experience in designing e-commerce websites, graphic design, SEO, and server-side scripting for product import/export. Knowledge and understanding of the professional market is a de...

    $281 (Avg Bid)
    $281 Avg Bid
    103 bids

    ...elevate our current Google Sheets-based systems into a robust SQL or BigQuery database framework. The objective is to create a user-friendly web dashboard that seamlessly interacts with the database, ensuring smooth data updates and retrieval. .Collaborate with cross-functional teams to understand current Google Sheets systems and user requirements. .Design and develop a web dashboard for user interaction with the SQL or BigQuery database. .Implement user authentication and authorization protocols for secure access to the system. .Create a system where users can create unique usernames and perform tasks associated with their roles. .Establish data synchronization between the web dashboard and the SQL/BigQuery database. .Optimize dat...

    $286 (Avg Bid)
    $286 Avg Bid
    34 bids

    I am seeking a team of skilled freelancers who are proficient in a diverse range of programming languages. Key skills ideal for this job include: - Experience in .NET, Python, and JavaScript - Experience with Web API and SQL server - Familiarity with Power Apps, Power Automate, and Power BI - Experience in Azure, DevOps, and CRM D365 As someone with over eight years of experience in software development, I expect high-quality output. I am particularly interested in those who can demonstrate robust experience in these areas, so please include your past work and detailed project proposals. This will aid me in making an informed decision in my selection process. I am looking forward to engaging with a dedicated, well-versed team for long-term collaboration.

    $24 (Avg Bid)
    $24 Avg Bid
    18 bids

    I need some help me customise a Framer template with my content and layout all the breakpoints (mobile, tablet, etc) correctly. You will need intermediate to advanced knowledge using Framer.com. It's a single page site with 5 sections. I have created a Figma design to show the customisations/layout I want. I just need someone to make the Framer template look like the Figma design (not import the Figma design to Framer!). The site must be designed with all the correct Position and Sizing settings (Relative, Fill, Fit Content, etc) applied to each element so that the site responds well on different screen sizes. Please send examples of sites you have build using Framer and include the word ‘CustomiSe’ in the title of your cover letter. Look forward to hearing from ...

    $146 (Avg Bid)
    $146 Avg Bid
    82 bids

    We're seeking a WordPress developer to enhance MySQL database performance and construct a new website. The task involves optimizing and removing redundant code from the database directly, not through plugins. Additionally, they must create a website that fulfills the Core Web Vitals criteria. It's worth noting that we're not utilizing Google AdSense; instead, we're using Ezoic. Post Ezoic integration, the Core Web Vitals scores should exceed 95%. This website is dedicated to devotion and spiritual content.

    $132 (Avg Bid)
    $132 Avg Bid
    31 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $111 (Avg Bid)
    $111 Avg Bid
    110 bids

    ...telecommunications and trading "capacity" such as submarine cables, satellites, fiber, etc. is very complex as every hour we get a lot of requests and offers - tracking these in an excel takes a lot of time and we lose opportunities. I need an AI based tool that : 1 - structure on an excel file or Sql database ALL the capacities that we have and that keep coming every hour. I will provide the structure and the route 2 - a tool that reads in my emails and whatsapp conversation and can extract and fill the database. For example "hello Tony, how are you - I have an urgent need of 100MB of Internet in New York, my target price is 10K USD" -- this would have to be properly read, extracted and summarized for my approval before being inserted. It need...

    $525 (Avg Bid)
    $525 Avg Bid
    18 bids

    We are looking for a WordPress developer who is ready to work remotely as part of our development team. The developer will need to join a daily standup call from Monday to Friday at 9:45 AM IST for 5 to 10 minutes. The month...Friday at 9:45 AM IST for 5 to 10 minutes. The monthly workload will be 40 hours or less. Requirements: - Fair knowledge in custom WordPress development and API integration. - Ability to maintain the website: Pro Bono Australia (), which uses the JobAdder platform connected via API. Jobs created in JobAdder are synced to the WordPress website. - Fair knowledge of Git and SSH. - This is a long-term position, lasting at least one year, with monthly payments. If you are interested, please quote your monthly price considering it 40 hours per month.

    $318 (Avg Bid)
    $318 Avg Bid
    71 bids

    I am seeking a data entry specialist to harvest text data from online databases. Your role will involve locating relevant information from various online platforms and entering it into an Excel spreadsheet. The ideal candidate for this role should have: - Excellent research capabilities - Proficiency in using Excel - High attention to detail - Ability to manage and organize large volumes of data This project is well-suited for freelancers who have previously worked with online databases and have a strong understanding of data input management in Excel. Please note that the final deliverable will be an Excel spreadsheet file containing all harvested data.

    $1947 (Avg Bid)
    $1947 Avg Bid
    44 bids

    ...management system, I require a small software system capable of running smoothly on Linux. This self-installing system should be adept in reading logs sourced heterogeneously from SQL Server databases and file systems. Post reading, the software should be equipped to accurately transfer these logs either to an FTP folder or a predetermined online database. Ideal Suitabilities: - Significant experience in Linux-based software development - Proficient in managing SQL Server-based logs - Strong understanding of file system log management - Experience with FTP file transfer protocols - Familiarity with online database systems Given the complex demands of this project, bidders will require a deft understanding of several different log management principles, and ...

    $536 (Avg Bid)
    $536 Avg Bid
    54 bids

    ...variations does not suit our company. We are looking for a developer who can import 3D model data into PlayCanvas, so we hope you understand this well before bidding. We are looking for a developer who can import 3D model data into PlayCanvas. Project Introduction: Our company is creating a site that implements a function to look around cars using the PlayCanvas engine. The developer I worked with for 4 years left the job due to personal reasons, so I'm looking for a new developer. Development tools: PlayCanvas engine, React, Node.js, JavaScript, etc. All projects have already been created with PlayCanvas, so producing them with or making variations does not suit our company. We are looking for a developer who can import 3D model data into PlayCanvas, so w...

    $2171 (Avg Bid)
    $2171 Avg Bid
    109 bids

    Please I have now had a number of sql developers who just disappear, cannot do teh job right now and start BS about php work. Stay away if you do not have time and understanding of how to work with sql. Timeline: Start immediately Deliver within the day. Issue: I describe the below issue as one of the issies There is a second issue that has a similar problem but it cannot be explained here due to the cinfidentiality NDA: my code is private and paid for. You sign my NDA which is a standard nda. It can be signed in Adobe reader which is free. Type in, save and send back. Very easy. Freelancer has approved this nda many times since they cannot force anyone to use their nda. This is a legal thing where the country law force them to approve my nda. The country law is always...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    74 bids

    ...pivotal function is to employ Optical Character Recognition (OCR) for capturing water meter readings for field workers. Essential features for Mobile App (about 5 -6 screens - attached is sample ) should comprise: * Image Capture for Text Recognition from Water Meters. User Verification and allow Manual Edit. * Geo Location of Each Meter Reading In-depth understanding of secure platforms, strong database management skills are required for the web portal component of this project. Web Portal Key Features: 1. User Logins with Rights for each user type (Admin | All Rights | Supervisor | Field Meter Reader | Billing Review | Approve Billing | Export Billing Data ..... Integrate reCAPTCHA Image for logins Ability to schedule site reading allocation to user by manager and readin...

    $750 - $1500
    Sealed NDA
    $750 - $1500
    94 bids

    I am seeking an experienced ASP.NET and SQL database expert to collaborate on an unspecified developmental project. While the expected outcome of this engagement remains fluid, a strong grasp of these two key technologies is non-negotiable. Ideal skills and experience: - Proficiency in ASP.NET and SQL databases - Proven ability to work on undefined, evolving tasks - Ability to apply technical skills creatively I encourage you to include details of any relevant experience and past work in your application to demonstrate your proficiency and versatility. A detailed project proposal will also give me a glimpse into how you intend to approach this task. Note that specifics of the task will be further clarified during the selection process.

    $59 (Avg Bid)
    $59 Avg Bid
    28 bids

    I'm in need of an Oracle database expert versed in advanced database design. Your tasks will encompass creating a comprehensive design that incorporates stored procedures, views, triggers among others. The database structure is complex, therefore demanding a mastery of the aforementioned advanced concepts. The ideal candidate should: - Have demonstrable experience in Oracle database design. - Be proficient in forming complex relationships between multiple tables. - Show competency in creating stored procedures, views, triggers, and other advanced database features. Your understanding of our needs and execution will greatly influence our company's operational efficiency.

    $35 / hr (Avg Bid)
    $35 / hr Avg Bid
    38 bids

    I am seeking a professional developer with proficiency in CodeIgniter, to build a movie database website using IMDb and OMDB API. Key Features: - Enable movie search through a search bar. - Display detailed information for each movie. This information will be fetched via the IMDb and OMDB API. - Build and manage the movie database to store movie titles and information. User Interaction: - The website should give the users the ability to search for movies using titles. - The search result should direct users to a details page displaying information about the specific movie, drawn directly from IMDb and OMDB API. Design: - I prefer a professional and corporate design that is clean and minimalist for this website. Ideal Skills: - Proficient in CodeIgniter - Experience with ...

    $28 / hr (Avg Bid)
    $28 / hr Avg Bid
    83 bids

    I'm looking for a solution that can effectively scan barcoded items and automatically update an Excel database. This needs to include: - Instantaneous data input into Excel after each scan, eliminating the need for manual updates or end-of-session entries. - Accurate inventory count post each scan, providing an easy record of stock numbers. Ideal freelancers will have robust experience in barcode reading technology and automatic data updates. Familiarity with inventory management technology is a plus. This project requires a high level of accuracy and efficiency in data entry.

    $120 (Avg Bid)
    $120 Avg Bid
    77 bids

    ...adobe media encoder - how to add automatic captions to video (burned in captions) in premiere pro - how to bring after effects composition into premiere pro (Adobe dynamic link) - how to do spell check in Premiere Pro - how to edit a time-lapse in premiere pro (lots of images in an image sequence) - how to use both warp stabilizer and change speed on a clip together (by nesting sequences) - how to import and edit a premiere pro graphics template (MOGRT file) - how to use Horizontal Flip and Vertical Flip effects in premiere pro Style: Follow the examples set here: @RDKtutorials/videos - Every video needs to have at least 1920x1080 HD resolution or higher. - You'll need to digitally zoom into the frame as you adjust settings, etc. - Start every video with, "Hey everybod...

    $116 (Avg Bid)
    $116 Avg Bid
    21 bids

    Script Feature: - Login to a list of SSH servers by domain or IP (from text file) - Use a set of usernames + password (can be multiple passwords) to login to the servers. - Run Bash Script on the connected server (which comes from a txt file on the server running the script, not on the connected to server) - Timeout if SSH server did not answer. - Display results at the end of a run (show which servers the script did not run because of errors). Login simultaneously to all available ssh servers. Not server by server.

    $29 (Avg Bid)
    $29 Avg Bid
    19 bids

    I require the expertise of a seasoned web developer with a demonstrated knowledge of HTML/CSS, Rust, AWS/Kubertes, and Bash to create specialized web pages. The function of these pages is primarily to update OpenWRT routers and AWS databases. Key requirements include: - Designing and developing the pages according to a specific layout I have - Expertise in HTML/CSS, Rust, AWS/Kubernetes, and Bash is a must - High level proficiency in AWS and Kubernetes deployments - Experience with OpenWRT or other router firmware is highly desirable - Excellent attention to detail and the ability to deliver a user-friendly interface Please respond with interest and availability to open the discussion, if this project aligns with your profile and capabilities. I look forward to working with a dedi...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bid
    53 bids

    I need data collected on 10 banks 5 Islamic 5 conventional on a number of aspects including : total assets total equity roa roe debt net income

    $34 / hr (Avg Bid)
    Urgent
    $34 / hr Avg Bid
    19 bids

    I need an exceptionally thorough researcher to construct an in-depth database. This project involves the curation of a list of small Biotech firms with pharmaceutical or medical device products in early stages of development - more specifically in Oncology, Cardiology, and Metabolic sectors. Specific Criteria would be: - Small/startup biotech companies (ideally less than 5-10 employees) - Therapeutic areas of cardiology, metabolic, cardiometabolic, oncology, neurology - Have pharmaceutical or medical device products in early stages of development (pre-clinical, clinical, phase I or phase II) (usually referred to as “Pipeline” of products). - Funding status – ideal companies would have seed or A round funding. - Geographic location would be United States, and then...

    $103 (Avg Bid)
    $103 Avg Bid
    35 bids

    Need a database of companies: Locations: - Latvia - Estonia - Greece - Romania - Portugal Categories: - Hotels - Coffeehouses - Confectioneries - Medical Clinics - Kindergartens - Nurseries - Primary schools Required Data: Company Name 100% Country 100% Category 100% Email 100% Number of companies: 2 200 Due date: 12.04

    $349 (Avg Bid)
    $349 Avg Bid
    121 bids

    Objective: Upgrade an existing ETL process to enhance data validation, error handling, and user feedback for structured Excel files uploaded to SharePoint 2019, for subsequent transfer to a database. The solution could be also implemented via Azure Functions and Sharepoint online if deemed possible. Existing Setup: A basic ETL process developed with the Luigi library, lacking advanced validation and user feedback mechanisms. Solution uses parsing code (Pandas) for Excel files data parsing that can be utilized for the upgrade also. There are 4 different excel files, so 4 different parsers will be provided. The system should manage four unique Excel file types, each in its own SharePoint folder, requiring separate parsers for their distinct structures. An initial selection featur...

    $1515 (Avg Bid)
    $1515 Avg Bid
    21 bids

    ...project to display textual and numeric data extracted from SQL. The system's features should include capturing inputs from the website and storing the information directly into MySQL. Key Responsibilities: - Develop a Django system with capabilities to interact with SQL and MySQL databases - Display both numeric and textual data on the website - Implement features to capture user inputs directly from the website and store them in MySQL Design Aspects: - A minimalistic approach is preferred for project design for ease of navigation and user interaction - The design should also be clean and professional to affirm the project's credibility Ideal Skills and Qualifications: - Expertise in Django frameworks - Strong knowledge in integrating SQL and MySQL wit...

    $60 (Avg Bid)
    $60 Avg Bid
    32 bids

    I'm seeking a seasoned SQL developer with specialized skills in: - Database design - SQL query optimization - Data modeling Main tasks will include optimizing my existing MySQL database and modifying current queries. Proven experience in MySQL is crucial, and an ability to effectively optimize and streamline existing databases is required. Show me your magic touch in transforming my current setup into a well-optimized machine.

    $51 / hr (Avg Bid)
    $51 / hr Avg Bid
    61 bids

    Dear designers, We need a unique, stylish and clean company logo for a car dealership in The Netherlands named "Moss Automotive". This company will be working in the import and export of premium luxury cars. Please note that our target audience will be traders in high end cars from all over the world. The logo design must match our target audience. We don't have a specific design in mind and we want to see some nice and creative ideas from you. I will provide regular feedback and remove the designs we don't like to keep the entries clean. Please don't submit used logo's from generator AI tools. We need something unique designed from scratch. Please don't submit 3D entries with storefront or wall background. Just the logo in 2D please so we can ...

    $80 (Avg Bid)
    Guaranteed
    $80
    489 entries

    ...and administrators. **User Roles** 1. **Patients**: - Can book appointments but can't view bookings or manage profiles. - Redirected from WhatsApp to the booking webview form or booking form. - WhatsApp Business integration: Pass phone number and name via API/Webhook. - Details (phone number, name, hospital, doctor, slot, amount, payment status, timestamp, etc.) stored in the database upon booking. - Payments via UPI. - Booking confirmation sent via WhatsApp. 2. **Hospitals/Admins**: - Can onboard hospitals, add doctors, manage availability, and view bookings. - Add hospital details (name, address, contact info, and banking details). - Assign doctors to hospitals. 3. **Administrators**: - Have access to all features and can generate r...

    $334 (Avg Bid)
    $334 Avg Bid
    41 bids

    I'm in need of expert legal guidance to help me navigate through the ...Compliance advice: As an international logistics company, I need to comply with a multitude of regulations. I'm looking for an individual or firm who can provide compliance advice in all areas - from transport regulations to import/export rules. The ideal candidate will have extensive experience in international law, particularly pertaining to the logistics industry, and have a deep understanding of regulatory compliance. Ability to seamlessly navigate and expedite the licensing process in various countries and regions is a must. An in-depth knowledge in the field of transport, import, and export regulations is also crucial. Proficiency in English communication both written and spoken is a pre...

    $113 (Avg Bid)
    Local
    $113 Avg Bid
    2 bids

    ...small businesses, food manufacturers, and nutritionists. This specialized platform will function not only as a comprehensive Ingredient database but also as a recipe analysis tool for our Chinese users. Main Features Required: - Nutritional Database: A comprehensive library of ingredients and their nutritional values is crucial for effective operation. Previous experience building or consulting, specifically Chinese Nutrition Facts label and ingredient databases, is a must. - Ingredient Databases: Must provide Chinese Ingredient Databases and other relevant files/attachments - Identify ingredient databases/and other pertinent files for usage in our SQL Database by our in-house software engineers - Recipe Analysis: The ability to break down Chinese nutr...

    $250 - $750
    Local
    $250 - $750
    0 bids