Find Jobs
Hire Freelancers

scrap hebrew data problem need fix

$10-30 USD

종료됨
게시됨 약 1년 전

$10-30 USD

제출할때 지불됩니다
hey i have this code that i used encoding='iso8859_8' so i could see all the hebrew data now its gives me this error UnicodeEncodeError: 'charmap' codec can't encode character '\xdc' in position 729: character maps to <undefined> utf-8 will solve the problem but then i can see the data this is the code def export_to_csv(scraped_data, csv_data, b_list): # Combine the data from the scraped data and csv_data lists x = [login to view URL]() combined_data = [] for i in range(len(scraped_data)): [login to view URL](csv_data[i] + scraped_data[i]) # Open a new file called '[login to view URL]' in write mode with open('[login to view URL]', mode='w', encoding='iso8859_8') as csv_file: # Create a CSV writer object csv_writer = [login to view URL](csv_file) # Write the headers to the CSV file headers = ["Date", "SKU", "Product Name", "Category", "Price", "Title", "Images", "Description", "ShortDescription"] [login to view URL](b_list) [login to view URL](headers) # Write the combined data to the CSV file print(len(combined_data)) for row in combined_data: [login to view URL](0, [login to view URL]("%x")) print(row) [login to view URL](row) def main(): csv_data = [] scraped_data = [] with open('[login to view URL]', 'r', encoding='iso8859_8') as file: reader = [login to view URL](file) for row in reader: data = [] sku = row['sku'] productname = row['product name'] catgory = row['catgory'] price = row['price'] title, imageslink, b_list, span_list, descriptions, shortdescription = searchproduct(sku, productname) if title is None: continue [login to view URL]([title, imageslink, descriptions, shortdescription]) [login to view URL](span_list) print(span_list) [login to view URL](data) [login to view URL]([sku, productname, catgory, price]) export_to_csv(scraped_data, csv_data, b_list)
프로젝트 ID: 35856679

프로젝트 정보

18 제안서
원격근무 프로젝트
활동 중 1년 전

돈을 좀 벌 생각이십니까?

프리랜서 입찰의 이점

예산 및 기간 설정
작업 결과에 대한 급여 수급
제안의 개요를 자세히 쓰세요
무료로 프로젝트에 신청하고 입찰할 수 있습니다
18 이 프로젝트에 프리랜서들의 평균 입찰은 $23 USD입니다.
사용자 아바타
I can quickly solve your encoding issue for just $30. Could you show your code as a .py file (to prevent formatting)? Roman
$30 USD 1일에
4.9 (878 건의 리뷰)
8.2
8.2
사용자 아바타
Hello, I have gone through your outsourced requirements " scrap hebrew data problem need fix " and have analyzed that I have right skills ( PHP Python Excel Web Scraping Software Architecture ) to execute your esteemed project. I will complete your project today, LIFETIME error free guarantee and provide 365 days (ONE YEAR) support... ===== Why choose me? ===== 5.0 / 5.0 rating, 100% completion rate, 100% on-time completion, 100% on-budget :) Kindly, check my profile: http://www.freelancer.com/u/BitLabs.html I work smart, hard, and strictly bid only what we can do! No sub-contracting... ever! You will never go wrong choosing me :)
$20 USD 7일에
5.0 (131 건의 리뷰)
6.8
6.8
사용자 아바타
I am working as a Developer, Programming Expert, Data Scientist and expert in ->Python, Tensor Flow Framework, C, C++, C#, VB, Visual Studio, Online Scrapping, ->Analysis and Modeling MATLAB, Predictive Modelling, Statistical Modeling using Machine Learning, Java SE, EE, JavaScript, JSP, PHP, HTML, Deep Learning Algorithms, SAS Designer and Developer, Jamovi -> STATA Visualizer and Developer, -> SPSS Designer, Developer and Modular, SPSS AMOS -> R Programming Language analysis and Modeling -> Power BI REST API Integration, Visualization Dashboard, Query Designer -> KNIME Analysis and Visualization -> Tableau Analysis and Visualization Dashboard -> Rapid Miner Analysis and Visualization Dashboard -> Minitab Analysis and Visualization Dashboard
$20 USD 7일에
4.8 (53 건의 리뷰)
5.9
5.9
사용자 아바타
Hello, Now It's fixed. Pls .msg me and get you final code......................................................thanks!
$20 USD 1일에
4.9 (88 건의 리뷰)
5.5
5.5
사용자 아바타
Hello! How are you? I'm a python development expert with 8+ years experience and I'm very familiar with web scraping and data mining using BS4 , selenium and undetectable chrome driver. I have solid experience in scraping data from various types of websites or via API and I can handle login, captcha, proxy etc. I've seen your details carefully and I think I meet the requirements to complete your job.. Waiting for your reply. Best regards.
$30 USD 1일에
5.0 (12 건의 리뷰)
4.8
4.8
사용자 아바타
אני יכול לסדר לך את הקוד תוך כמה דקות אם יש לך קובץ לדוגמא ואם תוכל לשלוח לי את הקוד עם כל האינדנטים וכו
$20 USD 1일에
5.0 (13 건의 리뷰)
4.9
4.9
사용자 아바타
Hello Dear, How are you? just went through your job description. very very interested in this role. want to work on it. would love to discuss further more with you. Thank you :)
$20 USD 1일에
5.0 (2 건의 리뷰)
3.6
3.6
사용자 아바타
Hi, I am an experienced software engineer and have a strong background in Python and web scraping. I can help you fix the error in your code by encoding the data using utf-8. I will also make sure to test the code thoroughly to avoid any further issues. Kind regards, Nikhil Roy.
$30 USD 1일에
4.9 (10 건의 리뷰)
3.3
3.3
사용자 아바타
The error message you're seeing is related to the fact that the 'iso8859_8' codec cannot encode the specific character '\xdc' in your data. This is likely because the character is not a valid character in the ISO 8859-8 character set, which is a limited set of characters used primarily for Hebrew and Arabic. To fix this issue, you can try using the 'utf-8' codec instead. UTF-8 is a widely-used character encoding that can represent a much larger range of characters than ISO 8859-8. By using UTF-8, you should be able to properly encode and store all of the Hebrew data in your CSV file.
$20 USD 1일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hello , could you explain me more about that issue ? utf-8 should correct that , but is it working for you ? please let me know so I can see what can I do
$20 USD 1일에
0.0 (1 건의 리뷰)
0.0
0.0
사용자 아바타
I got the same error in my thesis when I scraped the data, basically, it happens when want to encode a special character, and I solved it. I am waiting for your response. Thank you
$30 USD 2일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hi, Greetings and hoping you are doing well, i welcome you to my profile where quality and client satisfaction is the Priority. I am Expert Dominic and i hope to cooperate with you on your project . CERTIFIED EXPERT IN LISTED PROJECT SKILLS & REQUIREMENTS, After KEENLY reading your description and being in possession of all CLEARLY STATED REQUIRED SKILLS (Excel, Python, PHP, Software Architecture and Web Scraping) as this is my area of PROFESSIONAL SPECIALISATION having the above QUALIFICATIONS, i hereby humbly request you to consider my bid for QUALITY and PROFESSIONAL work. ###// No timeline & Quality Excuses// Unlimited Revisions// 100% SATISFACTION GUARANTEED### Message Me We Discuss More About The Project. incase the project is deleted please hire me directly using the following link; https://www.freelancer.com/u/topgradeclubltd THANK-YOU & WELCOME.
$30 USD 1일에
0.0 (1 건의 리뷰)
0.0
0.0
사용자 아바타
Fluent in Hebrew. Can help u with that. I am a software engineer who work in israel tech and have 15 years of experience.
$30 USD 7일에
0.0 (0 건의 리뷰)
0.0
0.0

고객에 대한 정보

국기 (ISRAEL)
Kafr Yasif, Israel
5.0
9
결제 수단 확인
6월 26, 2022부터 회원입니다

고객 확인

감사합니다! 무료 크레딧을 신청할 수 있는 링크를 이메일로 보내드렸습니다.
이메일을 보내는 동안 문제가 발생했습니다. 다시 시도해 주세요.
등록 사용자 전체 등록 건수(일자리)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
미리 보기 화면을 준비 중...
위치 정보 관련 접근권이 허용되었습니다.
고객님의 로그인 세션이 만료되어, 자동으로 로그아웃 처리가 되었습니다. 다시 로그인하여 주십시오.